Beispiel #1
0
 public Task <RiakResult <RiakStreamedIndexResult> > StreamIndexGet(string bucket, string indexName, BigInteger value, RiakIndexGetOptions options = null)
 {
     return(Task.Factory.StartNew(() => _client.StreamIndexGet(bucket, indexName, value, options)));
 }