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 details the `CommitStats` class, which provides additional statistics about a commit operation within the Google Cloud Spanner V1 API, as part of version 3.8.0."],["The latest release for this class is `5.0.0-beta05`, and the page also provides links to previous releases, ranging down to version 3.5.0, allowing easy access to prior versions."],["The `CommitStats` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class includes a `MutationCount` property of type Int64 that provides the total number of mutations in a transaction, allowing users to optimize transaction sizes and avoid hitting system limits."],["The documentation also gives the possibility of instantiating the `CommitStats` class via two constructors, one of which takes another instance of the `CommitStats` class as a parameter."]]],[]]