Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DurabilityLevel

Represents the durability level required for an operation.

Index

Enumeration members

Majority

Majority: = 1

Indicates that mutations should be replicated to a majority of the nodes in the cluster before the operation is marked as successful.

MajorityAndPersistOnMaster

MajorityAndPersistOnMaster: = 2

Indicates that mutations should be replicated to a majority of the nodes in the cluster and persisted to the master node before the operation is marked as successful.

None

None: = 0

Indicates that no durability is needed.

PersistToMajority

PersistToMajority: = 3

Indicates that mutations should be persisted to the majority of the nodes in the cluster before the operation is marked as successful.

Generated using TypeDoc