public sealed class CommitStats : IMessage<CommitResponse.Types.CommitStats>, IEquatable<CommitResponse.Types.CommitStats>, IDeepCloneable<CommitResponse.Types.CommitStats>, IBufferMessage, IMessage
Additional statistics about a commit.
Implements
IMessage<CommitResponse.Types.CommitStats>, IEquatable<CommitResponse.Types.CommitStats>, IDeepCloneable<CommitResponse.Types.CommitStats>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
CommitStats()
public CommitStats()
CommitStats(CommitResponse.Types.CommitStats)
public CommitStats(CommitResponse.Types.CommitStats other)
Parameter | |
---|---|
Name | Description |
other | CommitResponse.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 | |
---|---|
Type | Description |
Int64 |