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, providing documentation for its various versions."],["The latest version of `CommitResponse` is 5.0.0-beta05, with versions ranging from 3.5.0 to 5.0.0-beta05 available, each linking to their respective documentation."],["`CommitResponse` is a sealed class that represents the response for a Spanner commit operation, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `CommitStats` which show information on the commit and `CommitTimestamp` which shows when the transaction was completed."],["There are two constructors for the `CommitResponse` class, one with no parameters, and one that takes in a `CommitResponse` object."]]],[]]