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 webpage documents the `Partition` class within the `Google.Cloud.Spanner.V1` namespace, which is part of the `Google.Cloud.Spanner.V1.dll` assembly."],["The `Partition` class represents a partition returned in a `PartitionResponse` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version for `Google.Cloud.Spanner.V1.Partition` is 5.0.0-beta05, with multiple previous versions ranging from 3.5.0 to 5.0.0-beta04 also available for viewing and use."],["The `Partition` class includes a `PartitionToken` property of type `ByteString`, which is used to restrict the results of `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql` requests."],["The class can be constructed either through the default constructor, or by passing another existing `Partition` object."]]],[]]