Click or drag to resize
RiakIntIndexRangeInput Constructor (RiakIndexId, BigInteger, BigInteger)
Initializes a new instance of the RiakIntIndexRangeInput class.

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

Parameters

indexId
Type: RiakClient.ModelsRiakIndexId
The RiakIndexId that specifies which index to query. The output of that query will be used as input for the mapreduce job.
start
Type: System.NumericsBigInteger
The inclusive lower bound of the integer range to query for.
end
Type: System.NumericsBigInteger
The inclusive upper bound of the integer range to query for.
See Also