Enumeration DurabilityLevel

Represents the durability level required for an operation.

Enumeration Members

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: 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: 0

Indicates that no durability is needed.

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