Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ClientSessionOptions

Index

Properties

causalConsistency?: boolean

Whether causal consistency should be enabled on this session

snapshot?: boolean

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

defaultTransactionOptions?: TransactionOptions

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

Generated using TypeDoc