Google Cloud Spanner v1 API - Class CommitResponse.Types.CommitStats (4.6.0)

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

Reference documentation and code samples for the Google Cloud Spanner v1 API class CommitResponse.Types.CommitStats.

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(CommitStats)

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

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
long