Google Cloud Spanner v1 API - Class BatchWriteResponse (5.0.0-beta03)

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

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

The result of applying a batch of mutations.

Inheritance

object > BatchWriteResponse

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

BatchWriteResponse()

public BatchWriteResponse()

BatchWriteResponse(BatchWriteResponse)

public BatchWriteResponse(BatchWriteResponse other)
Parameter
NameDescription
otherBatchWriteResponse

Properties

CommitTimestamp

public Timestamp CommitTimestamp { get; set; }

The commit timestamp of the transaction that applied this batch. Present if status is OK, absent otherwise.

Property Value
TypeDescription
Timestamp

Indexes

public RepeatedField<int> Indexes { get; }

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

Property Value
TypeDescription
RepeatedFieldint

Status

public Status Status { get; set; }

An OK status indicates success. Any other status indicates a failure.

Property Value
TypeDescription
Status