Class CommitResponse.Types.CommitStats (3.9.0)

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

Additional statistics about a commit.

Inheritance

Object > CommitResponse.Types.CommitStats

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

CommitStats()

public CommitStats()

CommitStats(CommitResponse.Types.CommitStats)

public CommitStats(CommitResponse.Types.CommitStats other)
Parameter
NameDescription
otherCommitResponse.Types.CommitStats

Properties

MutationCount

public long MutationCount { get; set; }

The total number of mutations for the transaction. Knowing the mutation_count value can help you maximize the number of mutations in a transaction and minimize the number of API round trips. You can also monitor this value to prevent transactions from exceeding the system limit. If the number of mutations exceeds the limit, the server returns INVALID_ARGUMENT.

Property Value
TypeDescription
Int64