Click or drag to resize
RiakIndexGetOptions Class
Represents a collection of optional properties when executing secondary index queries. Each property changes the semantics of the operation slightly.
Inheritance Hierarchy
SystemObject
  RiakClient.ModelsRiakOptionsRiakIndexGetOptions
    RiakClient.ModelsRiakIndexGetOptions

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

The RiakIndexGetOptions type exposes the following members.

Constructors
  NameDescription
Public methodRiakIndexGetOptions
Initializes a new instance of the RiakIndexGetOptions class.
Top
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
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 methodSetContinuation(BigInteger)
Fluent setter for the Continuation property. The continuation string for this query. Used to page results when combined with MaxResults.
Public methodSetContinuation(String)
Fluent setter for the Continuation property. The continuation string for this query. Used to page results when combined with MaxResults.
Public methodSetDw(Int32)
A fluent setter for the Dw property.
(Inherited from RiakOptionsT.)
Public methodSetDw(Quorum)
A fluent setter for the Dw property.
(Inherited from RiakOptionsT.)
Public methodSetMaxResults
Fluent setter for the MaxResults property. The maximum number of results returned by the query.
Public methodSetPaginationSort
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.
Public methodSetPr(Int32)
A fluent setter for the Pr property.
(Inherited from RiakOptionsT.)
Public methodSetPr(Quorum)
A fluent setter for the Pr property.
(Inherited from RiakOptionsT.)
Public methodSetPw(Int32)
A fluent setter for the Pw property.
(Inherited from RiakOptionsT.)
Public methodSetPw(Quorum)
A fluent setter for the Pw property.
(Inherited from RiakOptionsT.)
Public methodSetR(Int32)
A fluent setter for the R property.
(Inherited from RiakOptionsT.)
Public methodSetR(Quorum)
A fluent setter for the R property.
(Inherited from RiakOptionsT.)
Public methodSetReturnTerms
Fluent setter for the ReturnTerms property. The option to return the index keys with the Riak object keys.
Public methodSetRw(Int32)
A fluent setter for the Rw property.
(Inherited from RiakOptionsT.)
Public methodSetRw(Quorum)
A fluent setter for the Rw property.
(Inherited from RiakOptionsT.)
Public methodSetStream
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.
Public methodSetTermRegex
Fluent setter for the TermRegex property. The option to filter result terms with a Regex.
Public methodSetTimeout
A fluent setter for the Timeout property.
(Inherited from RiakOptionsT.)
Public methodSetW(Int32)
A fluent setter for the W property.
(Inherited from RiakOptionsT.)
Public methodSetW(Quorum)
A fluent setter for the W property.
(Inherited from RiakOptionsT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also