Click or drag to resize
RiakOptionsT Class
A collection of common options for most Riak operations.
Inheritance Hierarchy
SystemObject
  RiakClient.ModelsRiakOptionsT
    More...

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public abstract class RiakOptions<T>
where T : RiakOptions<T>

Type Parameters

T
The concrete subclass type.

The RiakOptionsT type exposes the following members.

Constructors
  NameDescription
Protected methodRiakOptionsT
Initializes a new instance of the RiakOptionsT class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDw(Int32)
A fluent setter for the Dw property.
Public methodSetDw(Quorum)
A fluent setter for the Dw property.
Public methodSetPr(Int32)
A fluent setter for the Pr property.
Public methodSetPr(Quorum)
A fluent setter for the Pr property.
Public methodSetPw(Int32)
A fluent setter for the Pw property.
Public methodSetPw(Quorum)
A fluent setter for the Pw property.
Public methodSetR(Int32)
A fluent setter for the R property.
Public methodSetR(Quorum)
A fluent setter for the R property.
Public methodSetRw(Int32)
A fluent setter for the Rw property.
Public methodSetRw(Quorum)
A fluent setter for the Rw property.
Public methodSetTimeout
A fluent setter for the Timeout property.
Public methodSetW(Int32)
A fluent setter for the W property.
Public methodSetW(Quorum)
A fluent setter for the W property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy