Click or drag to resize
IRiakMapReduceResult Interface
Represents an interface for mapreduce results.

Namespace:  RiakClient.Models.MapReduce
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface IRiakMapReduceResult

The IRiakMapReduceResult type exposes the following members.

Properties
  NameDescription
Public propertyPhaseResults
The collection of RiakMapReduceResultPhase results, one for each phase where the results of the phase were kept.
Top
See Also