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 document provides reference documentation for the `CommitResponse` class within the Google Cloud Spanner v1 API for .NET, detailing its structure and functionality."],["This `CommitResponse` class is used as a response type for the `Commit` operation in Google Spanner, containing information about the outcome of a commit operation."],["The document lists multiple versions of the API, from 3.5.0 to the latest beta, 5.0.0-beta05, along with the current stable version 4.6.0 for `CommitResponse` to access the documentation associated with each version."],["The `CommitResponse` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities and integration within the .NET environment."],["The `CommitResponse` class contains two main properties: `CommitStats` for transaction statistics, and `CommitTimestamp` which indicates the time the transaction was committed."]]],[]]