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.
Implements
IMessageCommitResponseTypesCommitStats, IEquatableCommitResponseTypesCommitStats, IDeepCloneableCommitResponseTypesCommitStats, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
CommitStats()
public CommitStats()
CommitStats(CommitStats)
public CommitStats(CommitResponse.Types.CommitStats other)
Parameter | |
---|---|
Name | Description |
other |
CommitResponseTypesCommitStats |
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 | |
---|---|
Type | Description |
long |