Class TransactionOptions
Transaction options.
- Inheritance
-
Transaction
Options
- Inherited Members
Constructors
- TransactionOptions(Optional<ReadConcern>, Optional<ReadPreference>, Optional<WriteConcern>, Optional<TimeSpan?>)
Initializes a new instance of the Transaction
Options class.
Properties
- Max
Commit Time Gets the max commit time.
- Read
Concern Gets the read concern.
- Read
Preference Gets the read preference.
- Write
Concern Gets the write concern.
Methods
- With(Optional<ReadConcern>, Optional<ReadPreference>, Optional<WriteConcern>, Optional<TimeSpan?>)
Returns a new TransactionOptions with some values changed.