RiakIndexRange Method (RiakIndexId, String, String) |
Create a mapreduce input from a string secondary index range query.
Namespace:
RiakClient.Models.MapReduce.Inputs
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static RiakIndexInput Range(
RiakIndexId indexId,
string start,
string end
)
static member Range :
indexId : RiakIndexId *
start : string *
end : string -> RiakIndexInput
Parameters
- indexId
- Type: RiakClient.ModelsRiakIndexId
The RiakIndexId identifying the index to query. - start
- Type: SystemString
The lower bound of the key range for the query. - end
- Type: SystemString
The upper bound of the key range for the query.
Return Value
Type:
RiakIndexInputA newly initialized and configured
RiakIndexInput.
See Also