Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientSessionOptions

Hierarchy

  • ClientSessionOptions

Index

Properties

causalConsistency?: boolean

Whether causal consistency should be enabled on this session

defaultTransactionOptions?: TransactionOptions

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

explicit?: boolean
initialClusterTime?: ClusterTime
owner?: symbol | AbstractCursor<any, AbstractCursorEvents>
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