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 provides documentation for the `Partition` class within the Google Cloud Spanner v1 API, with version 5.0.0-beta05 being the latest and 4.1.0 being a specified point of reference."],["The `Partition` class, represented by `public sealed class Partition`, serves to provide information for each partition returned in a `PartitionResponse`, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Partition` class includes a `PartitionToken` property of type `ByteString`, which is used to restrict the results of `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql` requests to those identified by this token."],["Constructors are available for the `Partition` class, including a default constructor and one that takes another `Partition` object as a parameter."]]],[]]