Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::CommitResponse::CommitStats.
Additional statistics about a commit.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mutation_count
def mutation_count() -> ::Integer
Returns
-
(::Integer) — 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.
#mutation_count=
def mutation_count=(value) -> ::Integer
Parameter
-
value (::Integer) — 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.
Returns
-
(::Integer) — 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.