Class: Google::Cloud::Spanner::V1::CommitResponse::CommitStats
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::CommitResponse::CommitStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/commit_response.rb
Overview
Additional statistics about a commit.
Instance Attribute Summary collapse
-
#mutation_count ⇒ ::Integer
The total number of mutations for the transaction.
Instance Attribute Details
#mutation_count ⇒ ::Integer
Returns The total number of mutations for the transaction. Knowing the
mutation_count
value can help you maximize the number of mutations
in a transaction and minimize the number of API round trips. You can
also monitor this value to prevent transactions from exceeding the system
limit.
If the number of mutations exceeds the limit, the server returns
INVALID_ARGUMENT.
51 52 53 54 |
# File 'proto_docs/google/spanner/v1/commit_response.rb', line 51 class CommitStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |