Class ClientSessionOptions
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.
public bool? CausalConsistency { get; set; }Property Value
- bool?
DefaultTransactionOptions
Gets or sets the default transaction options.
public TransactionOptions DefaultTransactionOptions { get; set; }Property Value
- TransactionOptions
- The default transaction options. 
Snapshot
Gets or sets a value indicating whether snapshot reads are requested.
public bool Snapshot { get; set; }Property Value
- bool
- trueif snapshot reads are requested; otherwise,- false.