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."],[[["This webpage details the `Partition` class within the `Google.Cloud.Spanner.V1` namespace, specifically referencing version 3.6.0, alongside various other versions up to the latest beta version."],["The `Partition` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, used in partitioning data in responses."],["The `Partition` class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It has two constructors: a default `Partition()` constructor and another `Partition(Partition other)` constructor for creating a new partition based on an existing one."],["The class contains one property, `PartitionToken`, which is a ByteString that is used to identify the partition when making Spanner requests, like `Read` or `ExecuteSql`."]]],[]]