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."],[[["The webpage details the `CommitResponse` class within the `Google.Cloud.Spanner.V1` namespace, outlining its structure and functionality in the .NET environment."],["The `CommitResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling commit operations within Spanner."],["The class contains properties like `CommitStats` and `CommitTimestamp`, providing information about the statistics and timestamp of a commit."],["The webpage displays the versions for this class, with the latest being 5.0.0-beta05, and with versions going back to 3.5.0."]]],[]]