Click or drag to resize
RiakIndexRange Method (RiakIndexId, BigInteger, BigInteger)
Create a mapreduce input from an integer secondary index range query.

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static RiakIndexInput Range(
	RiakIndexId indexId,
	BigInteger start,
	BigInteger end
)

Parameters

indexId
Type: RiakClient.ModelsRiakIndexId
The RiakIndexId identifying the index to query.
start
Type: System.NumericsBigInteger
The lower bound of the key range for the query.
end
Type: System.NumericsBigInteger
The upper bound of the key range for the query.

Return Value

Type: RiakIndexInput
A newly initialized and configured RiakIndexInput.
See Also