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, part of the `Google.Cloud.Spanner.V1.dll` assembly, which represents the response for a commit operation in Google Cloud Spanner."],["The `CommitResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor, `CommitResponse()`, and a copy constructor, `CommitResponse(CommitResponse other)`, for creating new instances."],["`CommitResponse` has two primary properties: `CommitStats`, offering commit-related statistics, and `CommitTimestamp`, which provides the timestamp for when a transaction was committed."],["The page lists various versions of the `CommitResponse`, from `3.5.0` to `5.0.0-beta05` (the latest), each linking to its specific documentation."]]],[]]