Click or drag to resize
Quorum Constructor (String)
Initializes a new instance of the Quorum class.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public Quorum(
	string quorum
)

Parameters

quorum
Type: SystemString
A well known quorum value string, such as "one", "quorum", "all", or "default".
Exceptions
ExceptionCondition
ArgumentNullException The value of quorum cannot be null, empty, or whitespace.
ArgumentOutOfRangeException The value of quorum must be well known quorum value. Valid values are "one", "quorum", "all", and "default".
See Also