RiakIntIndexRangeInput Constructor (String, String, BigInteger, BigInteger) |
Note: This API is now obsolete.
Namespace:
RiakClient.Models.MapReduce.Inputs
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax [ObsoleteAttribute("Use the constructor that accepts a RiakIndexId instead. This will be removed in the next version.")]
public RiakIntIndexRangeInput(
string bucket,
string index,
BigInteger start,
BigInteger end
)
[<ObsoleteAttribute("Use the constructor that accepts a RiakIndexId instead. This will be removed in the next version.")>]
new :
bucket : string *
index : string *
start : BigInteger *
end : BigInteger -> RiakIntIndexRangeInput
Parameters
- bucket
- Type: SystemString
The bucket that contains the index to query. - index
- Type: SystemString
The 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