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

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

Parameters

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

Return Value

Type: RiakResultRiakStreamedMapReduceResult
A RiakResultTResult of RiakStreamedMapReduceResult.
Remarks
Make sure to fully enumerate the RiakStreamedMapReduceResult or connections may be left open.
See Also