concurrencyModeUnspecified constant

TransactionOptions_ConcurrencyMode const concurrencyModeUnspecified

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

Implementation

static const concurrencyModeUnspecified = TransactionOptions_ConcurrencyMode(
  'CONCURRENCY_MODE_UNSPECIFIED',
);