Show / Hide Table of Contents

Enum WriteConcern

Write concern describes the level of acknowledgment requested from cluster for write operations.

Namespace: DotNext.Net.Cluster.Replication
Assembly: DotNext.Net.Cluster.dll
Syntax
public enum WriteConcern : byte

Fields

Name Description
LeaderOnly

Guarantees that new log entries are appended and committed by leader node.

Majority

Guarantees that new log entries are appended and committed by majority of nodes.

None

Guarantees that new log entries are appended to the audit trail but not yet committed.

Synchronous

Guarantees that new log entries are appended and committed by all nodes.

Extension Methods

ExpressionBuilder.Const<WriteConcern>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX