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, spanning multiple versions from 3.5.0 to the latest beta release 5.0.0-beta05."],["The `CommitStats` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with Google Protobuf and .NET object models."],["The class offers two constructors, a default constructor and one that accepts another `CommitStats` instance for creating copies."],["The primary property of the `CommitStats` class is `MutationCount`, an `Int64` value representing the total number of mutations in a transaction, which helps in optimizing transaction size and preventing API usage limits."],["The namespace for this class is Google.Cloud.Spanner.V1, and it is found within the Google.Cloud.Spanner.V1.dll assembly."]]],[]]