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 page provides documentation for the `Partition` class within the Google Cloud Spanner V1 API for .NET, with the current version highlighted as 4.6.0."],["The `Partition` class, found in the `Google.Cloud.Spanner.V1` namespace, is used to manage data partitions and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `Partition()` and another that accepts an existing `Partition` object as a parameter for copying: `Partition(Partition other)`."],["The `Partition` class has a `PartitionToken` property, of type `ByteString`, which is used to restrict the results of database operations like Read and ExecuteSql to specific partitions."],["The page details the reference documentation for multiple versions of the API, including a beta version (5.0.0-beta05) and several prior versions, ranging from 3.5.0 to 4.6.0."]]],[]]