Click or drag to resize
WellKnown Properties

The QuorumWellKnown type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAll
The "all" Quorum instance. All replicas that must respond to a read or write request before it is considered successful.
Public propertyStatic memberDefault
The "default" Quorum instance. The default number of replicas must respond to a read or write request before it is considered successful. Riak will use the bucket (or global) default value if this Quorum is used. The true default value can be found in a bucket's properties, and varies for different parameters.
Public propertyStatic memberOne
The "one" Quorum instance. Only one replica must respond to a read or write request before it is considered successful.
Public propertyStatic memberQuorum
The "quorum" Quorum instance. A majority of replicas must respond to a read or write request before it is considered successful.
Top
See Also