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 webpage details the `CommitResponse` class within the `Google.Cloud.Spanner.V1` namespace, used in the .NET environment."],["The latest version available is `5.0.0-beta05`, with multiple previous versions listed, including a version `3.5.0` where this documentation is based off of."],["`CommitResponse` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, all related to Google's Protobuf library."],["The `CommitResponse` class has two constructors, a default one and one that accepts another `CommitResponse` object for cloning and includes two properties, `CommitStats` and `CommitTimestamp`, providing details about the commit operation."],["The class provides details on the object inheritance, inherited members, namespace and assembly information."]]],[]]