Module: Google::Cloud::Firestore::V1::TransactionOptions::ConcurrencyMode

Defined in:
proto_docs/google/firestore/v1/common.rb

Overview

The type of concurrency control mode for transactions.

Constant Summary collapse

CONCURRENCY_MODE_UNSPECIFIED =

Start the transaction with the database-level default concurrency mode.

0
OPTIMISTIC =

Use optimistic concurrency control for the new transaction.

1
PESSIMISTIC =

Use pessimistic concurrency control for the new transaction.

2