public sealed class Partition : IMessage<Partition>, IEquatable<Partition>, IDeepCloneable<Partition>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner v1 API class Partition.
Information returned for each partition returned in a PartitionResponse.
Implements
IMessagePartition, IEquatablePartition, IDeepCloneablePartition, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
Partition()
public Partition()Partition(Partition)
public Partition(Partition other)| Parameter | |
|---|---|
| Name | Description |
other |
Partition |
Properties
PartitionToken
public ByteString PartitionToken { get; set; }This token can be passed to Read, StreamingRead, ExecuteSql, or
ExecuteStreamingSql requests to restrict the results to those identified
by this partition token.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|