Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientSessionOptions

Hierarchy

  • ClientSessionOptions

Index

Properties

Optional causalConsistency

causalConsistency?: boolean

Whether causal consistency should be enabled on this session

Optional defaultTransactionOptions

defaultTransactionOptions?: TransactionOptions

The default TransactionOptions to use for transactions started on this session.

Optional explicit

explicit?: boolean

Optional initialClusterTime

initialClusterTime?: ClusterTime

Optional owner

owner?: symbol | AbstractCursor<any, AbstractCursorEvents>

Optional snapshot

snapshot?: boolean

Whether all read operations should be read from the same snapshot for this session (NOTE: not compatible with causalConsistency=true)

Generated using TypeDoc