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 structure and functionality across multiple versions."],["The `CommitResponse` class serves as the response object for the `Commit` operation in Google Cloud Spanner, as denoted by `google.spanner.v1.Spanner.Commit`."],["The documentation spans several versions of the `Google.Cloud.Spanner.V1` package, ranging from version 3.5.0 to the latest beta, 5.0.0-beta05, with version 3.13.0 being the currently displayed version."],["`CommitResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CommitResponse` class are `CommitStats` providing statistics about the commit, and `CommitTimestamp` for the transaction's commit time."]]],[]]