Click or drag to resize
RiakClientStreamGetSecondaryIndex Method (RiakIndexId, BigInteger, BigInteger, RiakIndexGetOptions)
Query a secondary index for a range of integer values, and stream the results back.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakResult<RiakStreamedIndexResult> StreamGetSecondaryIndex(
	RiakIndexId index,
	BigInteger min,
	BigInteger max,
	RiakIndexGetOptions options = null
)

Parameters

index
Type: RiakClient.ModelsRiakIndexId
The RiakIndexId identifying the index to query.
min
Type: System.NumericsBigInteger
The inclusive min integer value for the query range.
max
Type: System.NumericsBigInteger
The inclusive max integer value for the query range.
options (Optional)
Type: RiakClient.ModelsRiakIndexGetOptions
The RiakIndexGetOptions responsible for configuring the semantics of this single index request.

Return Value

Type: RiakResultRiakStreamedIndexResult
A RiakResultTResult of RiakStreamedIndexResult.

Implements

IRiakBatchClientStreamGetSecondaryIndex(RiakIndexId, BigInteger, BigInteger, RiakIndexGetOptions)
See Also