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 of the .NET library for Google Cloud Spanner."],["The `CommitStats` class offers additional statistics about a commit and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `CommitStats` documentation, from the latest beta (5.0.0-beta05) down to version 3.5.0, allowing users to browse based on their library version."],["The `CommitStats` class includes a `MutationCount` property of type `Int64`, which allows users to monitor and manage the number of mutations in a transaction, thus helping to avoid exceeding system limits."],["The page shows that the `CommitStats` object can be created with a constructor without parameters, or with a parameter of the same type (`CommitResponse.Types.CommitStats`)."]]],[]]