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."],[[["This webpage details the `CommitResponse` class within the `Google.Cloud.Spanner.V1` namespace, providing documentation for its structure and functionality across multiple versions."],["The latest version available is 5.0.0-beta05, while the current version of focus is 3.15.1."],["`CommitResponse` represents the response received from a Cloud Spanner commit operation, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CommitResponse` class includes properties for `CommitStats`, which provide statistics about the commit, and `CommitTimestamp`, which records the time of the commit."],["The page lists several previous versions of the `CommitResponse`, ranging from version 3.5.0 to 5.0.0-beta05, allowing users to navigate documentation specific to the version they utilize."]]],[]]