Class CommitStats (3.14.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

Inheritance

builtins.object > proto.message.Message > CommitStats