public CommitResponse.Types.CommitStats CommitStats { get; set; }
The statistics about this Commit. Not returned by default.
For more information, see
[CommitRequest.return_commit_stats][google.spanner.v1.CommitRequest.return_commit_stats].
[[["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 `CommitResponse` class within the `Google.Cloud.Spanner.V1` namespace, providing documentation for its usage in .NET."],["The `CommitResponse` class is used in response to the `Commit` operation in Google Cloud Spanner and contains information about the transaction's commit status."],["The page lists various versions of the `Google.Cloud.Spanner.V1` library, ranging from the latest beta (5.0.0-beta05) down to version 3.5.0."],["The `CommitResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CommitResponse` class are `CommitStats`, which provides statistics about the commit, and `CommitTimestamp`, which indicates when the transaction was committed."]]],[]]