Class CommitResponse (3.5.0)

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

The response for [Commit][google.spanner.v1.Spanner.Commit].

Inheritance

Object > CommitResponse

Implements

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

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

CommitResponse()

public CommitResponse()

CommitResponse(CommitResponse)

public CommitResponse(CommitResponse other)
Parameter
NameDescription
otherCommitResponse

Properties

CommitStats

public CommitResponse.Types.CommitStats CommitStats { get; set; }

The statistics about this Commit. Not returned by default. For more information, see [CommitRequest.return_commit_stats][google.spanner.v1.CommitRequest.return_commit_stats].

Property Value
TypeDescription
CommitResponse.Types.CommitStats

CommitTimestamp

public Timestamp CommitTimestamp { get; set; }

The Cloud Spanner timestamp at which the transaction committed.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.Timestamp