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 document provides reference information for the `CommitResponse` class within the Google Cloud Spanner v1 API for .NET, specifically version 4.3.0."],["The `CommitResponse` class represents the response received after a commit operation in Cloud Spanner and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CommitResponse` class contains properties such as `CommitStats` and `CommitTimestamp`, providing details about the commit operation and its timing."],["A list of previous versions is provided, starting with the latest beta version (`5.0.0-beta05`) and going down to version `3.5.0`, all related to the same `CommitResponse` class."],["The class inherits members from the `object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]