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]
Implements
IMessagePartitionResponse, IEquatablePartitionResponse, IDeepCloneablePartitionResponse, IBufferMessage, 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 |
RepeatedFieldPartition |
Transaction
public Transaction Transaction { get; set; }
Transaction created by this request.
Property Value | |
---|---|
Type | Description |
Transaction |