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."],[[["The latest version of the `CommitResponse` is 5.0.0-beta05, and the page documents versions ranging from 3.5.0 to 5.0.0-beta05 for the Google.Cloud.Spanner.V1 library."],["`CommitResponse` is a sealed class that represents the response for a Spanner Commit operation within the Google Cloud Spanner V1 API."],["The `CommitResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality comparison, deep cloning, and buffer message support."],["The `CommitResponse` class contains properties `CommitStats` which provides statistics about the commit operation, and `CommitTimestamp` which denotes the timestamp of the transaction commit in Cloud Spanner."]]],[]]