Class CommitStats
Additional statistics about a commit.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class CommitStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MutationCount
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.
Declaration
[JsonProperty("mutationCount")]
public virtual long? MutationCount { get; set; }
Property Value
Type | Description |
---|---|
long? |