Class Partition (3.5.0)

public sealed class Partition : IMessage<Partition>, IEquatable<Partition>, IDeepCloneable<Partition>, IBufferMessage, IMessage

Information returned for each partition returned in a PartitionResponse.

Inheritance

Object > Partition

Implements

Google.Protobuf.IMessage<Partition>, IEquatable<Partition>, Google.Protobuf.IDeepCloneable<Partition>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

Partition()

public Partition()

Partition(Partition)

public Partition(Partition other)
Parameter
NameDescription
otherPartition

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
TypeDescription
Google.Protobuf.ByteString