Click or drag to resize
RiakIndexGetOptions Properties

The RiakIndexGetOptions type exposes the following members.

Properties
  NameDescription
Public propertyContinuation
The continuation string for this query. Used to page results when combined with MaxResults.
Public propertyDw
Durable writes - the number of replicas that must commit to durable storage before returning a successful response.
(Inherited from RiakOptionsT.)
Public propertyMaxResults
The maximum number of results returned by the query.
Public propertyPaginationSort
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.
Public propertyPr
Primary Read Quorum - the number of replicas that need to be available when retrieving the object.
(Inherited from RiakOptionsT.)
Public propertyPw
Primary Write Quorum - the number of replicas need to be available when the write is attempted.
(Inherited from RiakOptionsT.)
Public propertyR
The number of replicas that must return before a delete is considered a succes.
(Inherited from RiakOptionsT.)
Public propertyReturnTerms
The option to return the index keys with the Riak object keys.
Public propertyRw
The number of replicas that need to agree when retrieving the object.
(Inherited from RiakOptionsT.)
Public propertyStream
The option to stream results back as they are available, instead of letting Riak aggregate the entire result set before returning them.
Public propertyTermRegex
The option to filter result terms with a Regex.
Public propertyTimeout
The Timeout period for an operation.
(Inherited from RiakOptionsT.)
Public propertyW
The number of replicas that must respond before a write is considered a success.
(Inherited from RiakOptionsT.)
Top
See Also