RiakDtFetchOptions Class |
Note: This API is now obsolete.
Namespace: RiakClient.Models
The RiakDtFetchOptions type exposes the following members.
Name | Description | |
---|---|---|
RiakDtFetchOptions | Initializes a new instance of the RiakDtFetchOptions class |
Name | Description | |
---|---|---|
BasicQuorum |
Basic Quorum semantics - whether to return early in some failure cases (eg. when r=1 and you get 2 errors and a success basic_quorum=true would return an error)
| |
Dw |
Durable writes - the number of replicas that must commit to durable storage before returning a successful response.
(Inherited from RiakOptionsT.) | |
IncludeContext |
Determines whether or not the context will be returned.
For read-only requests or context-free operations, you can set this to false to reduce the size of the response payload.
| |
NotFoundOk |
Should not found responses from Riak be treated as an OK result for a find operation.
| |
NVal |
The number of replicas to read when fetching data.
| |
Pr |
Primary Read Quorum - the number of replicas that need to be available when retrieving the object.
(Inherited from RiakOptionsT.) | |
Pw |
Primary Write Quorum - the number of replicas need to be available when the write is attempted.
(Inherited from RiakOptionsT.) | |
R |
The number of replicas that must return before a delete is considered a succes.
(Inherited from RiakOptionsT.) | |
Rw |
The number of replicas that need to agree when retrieving the object.
(Inherited from RiakOptionsT.) | |
SloppyQuorum |
Whether a sloppy quorum should be used.
| |
Timeout |
The Timeout period for an operation.
(Inherited from RiakOptionsT.) | |
W |
The number of replicas that must respond before a write is considered a success.
(Inherited from RiakOptionsT.) |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetBasicQuorum |
Fluent setter for the BasicQuorum property.
When set to true, Riak will return early in some failure cases.
(eg. when r=1 and you get 2 errors and a success basic_quorum=true would return an error).
Can be used in conjunction when NotFoundOk=false to speed up the case an object
does not exist, thereby only reading a "quorum" of not-founds instead of "N" not-founds.
| |
SetDw(Int32) |
A fluent setter for the Dw property.
(Inherited from RiakOptionsT.) | |
SetDw(Quorum) |
A fluent setter for the Dw property.
(Inherited from RiakOptionsT.) | |
SetIncludeContext |
Fluent setter for the IncludeContext property.
Determines whether or not the context will be returned.
| |
SetNotFoundOk |
Fluent setter for the NotFoundOk property.
Should not found responses from Riak be treated as an OK result for a find operation.
| |
SetNVal |
Fluent setter for the NVal property.
The number of replicas to create when storing data.
| |
SetPr(Int32) |
A fluent setter for the Pr property.
(Inherited from RiakOptionsT.) | |
SetPr(Quorum) |
A fluent setter for the Pr property.
(Inherited from RiakOptionsT.) | |
SetPw(Int32) |
A fluent setter for the Pw property.
(Inherited from RiakOptionsT.) | |
SetPw(Quorum) |
A fluent setter for the Pw property.
(Inherited from RiakOptionsT.) | |
SetR(Int32) |
A fluent setter for the R property.
(Inherited from RiakOptionsT.) | |
SetR(Quorum) |
A fluent setter for the R property.
(Inherited from RiakOptionsT.) | |
SetRw(Int32) |
A fluent setter for the Rw property.
(Inherited from RiakOptionsT.) | |
SetRw(Quorum) |
A fluent setter for the Rw property.
(Inherited from RiakOptionsT.) | |
SetSloppyQuorum |
Fluent setter for the SloppyQuorum property.
Whether a sloppy quorum should be used.
| |
SetTimeout |
A fluent setter for the Timeout property.
(Inherited from RiakOptionsT.) | |
SetW(Int32) |
A fluent setter for the W property.
(Inherited from RiakOptionsT.) | |
SetW(Quorum) |
A fluent setter for the W property.
(Inherited from RiakOptionsT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |