Class: Google::Cloud::Spanner::CommitResponse::CommitStats

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/commit_response/commit_stats.rb

Overview

CommitStats

Statistical information of a transaction commit.

Instance Method Summary collapse

Instance Method Details

#mutation_countInteger

The total number of the mutations for the transaction.

Returns:

  • (Integer)


36
37
38
# File 'lib/google/cloud/spanner/commit_response/commit_stats.rb', line 36

def mutation_count
  @grpc.mutation_count
end