RiakIndexGetOptions Methods |
The RiakIndexGetOptions type exposes the following members.
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.) | |
SetContinuation(BigInteger) |
Fluent setter for the Continuation property.
The continuation string for this query.
Used to page results when combined with MaxResults.
| |
SetContinuation(String) |
Fluent setter for the Continuation property.
The continuation string for this query.
Used to page results when combined with MaxResults.
| |
SetDw(Int32) |
A fluent setter for the Dw property.
(Inherited from RiakOptionsT.) | |
SetDw(Quorum) |
A fluent setter for the Dw property.
(Inherited from RiakOptionsT.) | |
SetMaxResults |
Fluent setter for the MaxResults property.
The maximum number of results returned by the query.
| |
SetPaginationSort |
Fluent setter for the PaginationSort property.
The option to sort, or not sort, the results of a non-paginated secondary index query.
If MaxResults is set, this property is ignored.
By default results are sorted first by index value, then by key value.
| |
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.) | |
SetReturnTerms |
Fluent setter for the ReturnTerms property.
The option to return the index keys with the Riak object keys.
| |
SetRw(Int32) |
A fluent setter for the Rw property.
(Inherited from RiakOptionsT.) | |
SetRw(Quorum) |
A fluent setter for the Rw property.
(Inherited from RiakOptionsT.) | |
SetStream |
Fluent setter for the Stream property.
The option to stream results back as they are available, instead of letting Riak
aggregate the entire result set before returning them.
| |
SetTermRegex |
Fluent setter for the TermRegex property.
The option to filter result terms with a Regex.
| |
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.) |