Class ConcurrencyMode (2.28.0)

ConcurrencyMode(value)

The type of concurrency control mode for transactions.

Enums

Name Description
CONCURRENCY_MODE_UNSPECIFIED Start the transaction with the database-level default concurrency mode.
OPTIMISTIC Use optimistic concurrency control for the new transaction.
PESSIMISTIC Use pessimistic concurrency control for the new transaction.