Class TransactionOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Transaction options.
public class TransactionOptions
Inheritance
TransactionOptions
Inherited Members
Constructors
TransactionOptions(Optional, Optional, Optional, Optional<TimeSpan?>)
Initializes a new instance of the TransactionOptions class.
Properties
Gets the max commit time.
Gets the read concern.
Gets the read preference.
Gets the write concern.
Methods
With(Optional, Optional, Optional, Optional<TimeSpan?>)
Returns a new TransactionOptions with some values changed.