Enum TransactionOptions.Mode (2.0.0)

public enum TransactionOptions.Mode extends Enum<TransactionOptions.Mode>

The mode of the transaction.

Static Fields

NameDescription
READ_ONLY

Transaction will only be used for reads.

READ_WRITE

Transaction will be used for reads and writes.

Static Methods

NameDescription
valueOf(String name)
values()