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]
Implements
Google.Protobuf.IMessage<PartitionResponse>, IEquatable<PartitionResponse>, Google.Protobuf.IDeepCloneable<PartitionResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
PartitionResponse()
public PartitionResponse()
PartitionResponse(PartitionResponse)
public PartitionResponse(PartitionResponse other)
Parameter | |
---|---|
Name | Description |
other | PartitionResponse |
Properties
Partitions
public RepeatedField<Partition> Partitions { get; }
Partitions created by this request.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Partition> |
Transaction
public Transaction Transaction { get; set; }
Transaction created by this request.
Property Value | |
---|---|
Type | Description |
Transaction |