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-04-17 UTC."],[[["This webpage provides documentation for the `CommitResponse` class within the Google Cloud Spanner v1 API for .NET, covering versions from 3.5.0 up to the latest beta, 5.0.0-beta05."],["The `CommitResponse` class represents the response received after a commit operation, as defined by `google.spanner.v1.Spanner.Commit`."],["The `CommitResponse` class is a part of the `Google.Cloud.Spanner.V1` namespace and is implemented by the `Google.Cloud.Spanner.V1.dll` assembly, inheriting from `System.Object`."],["Key properties of `CommitResponse` include `CommitStats`, which provides statistics about the commit, and `CommitTimestamp`, which records the timestamp of the transaction's commit."],["The documentation offers constructors for creating `CommitResponse` objects and details the interfaces implemented by the class, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]