Google Cloud Spanner v1 API - Class PartitionResponse (4.3.0)

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

Reference documentation and code samples for the Google Cloud Spanner v1 API class PartitionResponse.

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

Inheritance

object > PartitionResponse

Namespace

GoogleGoogle.CloudGoogle.Cloud.SpannerV1

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
RepeatedFieldPartition

Transaction

public Transaction Transaction { get; set; }

Transaction created by this request.

Property Value
TypeDescription
Transaction