Class CommitStats (3.26.0)

CommitStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Additional statistics about a commit.

Attribute

NameDescription
mutation_count int
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 __.