Class ClientSessionOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Client session options.

public class ClientSessionOptions

Inheritance

ClientSessionOptions

Inherited Members

Properties

CausalConsistency

When true or unspecified, an application will read its own writes and subsequent reads will never observe an earlier version of the data.

DefaultTransactionOptions

Gets or sets the default transaction options.

Snapshot

Gets or sets a value indicating whether snapshot reads are requested.