Class: Google::Cloud::Spanner::CommitResponse::CommitStats
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::CommitResponse::CommitStats
- Defined in:
- lib/google/cloud/spanner/commit_response/commit_stats.rb
Overview
CommitStats
Statistical information of a transaction commit.
Instance Method Summary collapse
-
#mutation_count ⇒ Integer
The total number of the mutations for the transaction.
Instance Method Details
#mutation_count ⇒ Integer
The total number of the mutations for the transaction.
36 37 38 |
# File 'lib/google/cloud/spanner/commit_response/commit_stats.rb', line 36 def mutation_count @grpc.mutation_count end |