Class PartitionResponse (3.5.0)

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

The response for [PartitionQuery][google.spanner.v1.Spanner.PartitionQuery] or [PartitionRead][google.spanner.v1.Spanner.PartitionRead]

Inheritance

Object > PartitionResponse

Implements

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

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

PartitionResponse()

public PartitionResponse()

PartitionResponse(PartitionResponse)

public PartitionResponse(PartitionResponse other)
Parameter
NameDescription
otherPartitionResponse

Properties

Partitions

public RepeatedField<Partition> Partitions { get; }

Partitions created by this request.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Partition>

Transaction

public Transaction Transaction { get; set; }

Transaction created by this request.

Property Value
TypeDescription
Transaction