Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ReplicatedWriteConsistency

Replicated write consistency setting for replicated entities.

Index

Enumeration Members

Enumeration Members

LOCAL: 0

Updates will only be written to the local replica immediately, and then asynchronously distributed to other replicas in the background.

MAJORITY: 1

Updates will be written immediately to a majority of replicas, and then asynchronously distributed to remaining replicas in the background.

ALL: 2

Updates will be written immediately to all replicas.

Generated using TypeDoc