Click or drag to resize
IRiakBatchClientStreamGetSecondaryIndex Method
Overload List
  NameDescription
Public methodStreamGetSecondaryIndex(RiakIndexId, BigInteger, RiakIndexGetOptions)
Query a secondary index for a specific integer value, and stream the results back.
Public methodStreamGetSecondaryIndex(RiakIndexId, String, RiakIndexGetOptions)
Query a secondary index for a specific string value, and stream the results back.
Public methodStreamGetSecondaryIndex(RiakIndexId, BigInteger, BigInteger, RiakIndexGetOptions)
Query a secondary index for a range of integer values, and stream the results back.
Public methodStreamGetSecondaryIndex(RiakIndexId, String, String, RiakIndexGetOptions)
Query a secondary index for a range of string values, and stream the results back.
Top
See Also