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-08-04 UTC."],[[["This webpage details the `CommitResponse` class within the `Google.Cloud.Spanner.V1` namespace, representing the response from a Spanner commit operation."],["The `CommitResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest beta version of the documentation is `5.0.0-beta05`, and the page shows the documentation for version `3.6.0`, with a wide variety of other versions also available."],["`CommitResponse` objects can contain `CommitStats` and a `CommitTimestamp`, providing details about the commit."],["It provides a default constructor `CommitResponse()` as well as one that accepts another `CommitResponse` object as a parameter."]]],[]]