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, found within the `Google.Cloud.Spanner.V1` namespace, represents a unit of data division within a `PartitionResponse`."],["It is a sealed class that implements `IMessage\u003cPartition\u003e`, `IEquatable\u003cPartition\u003e`, `IDeepCloneable\u003cPartition\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The `Partition` class can be constructed using a default constructor or a constructor that accepts another `Partition` object as a parameter."],["The class has a `PartitionToken` property of type `ByteString`, which is used to restrict the results in `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql` requests."],["The latest version available is `5.0.0-beta05`, and there are multiple versions available, including several `3.x` and `4.x` versions, and also a `5.0.0-beta04` version."]]],[]]