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 document provides reference documentation for the `CommitResponse` class within the Google Cloud Spanner v1 API, specifically for the .NET library."],["The `CommitResponse` class is the response type returned after a successful commit operation using `google.spanner.v1.Spanner.Commit`."],["This page covers the `CommitResponse` class across a number of versions of the `Google.Cloud.Spanner.V1` library, from 3.5.0 up to the latest beta version 5.0.0-beta05, focusing on the 5.0.0-beta04 version."],["The `CommitResponse` class includes properties like `CommitStats` for transaction statistics and `CommitTimestamp` to indicate when the transaction was committed."],["The document details the class's inheritance from various interfaces such as IMessage, IEquatable, IDeepCloneable and IBufferMessage."]]],[]]