public sealed class CommitStats : IMessage<CommitResponse.Types.CommitStats>, IEquatable<CommitResponse.Types.CommitStats>, IDeepCloneable<CommitResponse.Types.CommitStats>, IBufferMessage, IMessage
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 `CommitStats` class within the `Google.Cloud.Spanner.V1` namespace, detailing various versions and their associated links."],["`CommitStats` offers additional information about a commit, including the total number of mutations in a transaction, to monitor and optimize them."],["The latest version available is `5.0.0-beta05`, and the page includes previous versions such as `4.6.0`, `4.5.0`, and `3.11.0`, along with others."],["The `CommitStats` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["`CommitStats` has two constructors, a default one and one that takes another `CommitResponse.Types.CommitStats` object, and it has one property called `MutationCount`, to get and set the total mutations within the transaction."]]],[]]