This token can be passed to Read, StreamingRead, ExecuteSql, or
ExecuteStreamingSql requests to restrict the results to those identified by
this partition token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `Partition` class in the Google Cloud Spanner v1 API is used to represent a subset of data, as part of a larger result set, returned in a `PartitionResponse`."],["This page documents versions of the `Partition` class, ranging from the latest beta (5.0.0-beta05) to version 3.5.0 of the API, including version 4.4.0."],["The `Partition` class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable\u003cPartition\u003e`, `IDeepCloneable\u003cPartition\u003e`, and `IBufferMessage`."],["The `Partition` class has two constructors: a default constructor `Partition()` and a copy constructor `Partition(Partition other)`."],["The `Partition` class has the property `PartitionToken`, which is a `ByteString` used to restrict results in `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql` requests."]]],[]]