Click or drag to resize
RiakOptionsT Properties

The RiakOptionsT generic type exposes the following members.

Properties
  NameDescription
Public propertyDw
Durable writes - the number of replicas that must commit to durable storage before returning a successful response.
Public propertyPr
Primary Read Quorum - the number of replicas that need to be available when retrieving the object.
Public propertyPw
Primary Write Quorum - the number of replicas need to be available when the write is attempted.
Public propertyR
The number of replicas that must return before a delete is considered a succes.
Public propertyRw
The number of replicas that need to agree when retrieving the object.
Public propertyTimeout
The Timeout period for an operation.
Public propertyW
The number of replicas that must respond before a write is considered a success.
Top
See Also