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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CommitResponse.Types.CommitStats` class within the Google Cloud Spanner v1 API, detailing its implementation and usage."],["The `CommitStats` class, found within the `Google.Cloud.Spanner.V1` namespace, offers additional statistics about a commit operation and it inherits members from the object class."],["The page lists multiple versions of the API, ranging from the latest beta version, `5.0.0-beta05`, down to version `3.5.0`, each linking to the corresponding documentation for `CommitResponse.Types.CommitStats`."],["The `CommitStats` class has a `MutationCount` property which represents the total number of mutations in a transaction, aiding in optimizing transaction sizes and avoiding system limits."],["The `CommitStats` class can be constructed by an empty constructor or by passing another instance of itself."]]],[]]