Click or drag to resize
IRiakAsyncClientStreamMapReduce Method
Perform a map reduce query and stream the results.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
Task<RiakResult<RiakStreamedMapReduceResult>> StreamMapReduce(
	RiakMapReduceQuery query
)

Parameters

query
Type: RiakClient.Models.MapReduceRiakMapReduceQuery
The map reduce query to perform.

Return Value

Type: TaskRiakResultRiakStreamedMapReduceResult
A TaskTResult, that will contain a RiakResultTResult of RiakStreamedMapReduceResult.
Remarks
Make sure to fully enumerate the RiakStreamedMapReduceResult or connections may be left open.
See Also