Click or drag to resize
IRiakMapReduceResultPhaseResults Property
The collection of RiakMapReduceResultPhase results, one for each phase where the results of the phase were kept.

Namespace:  RiakClient.Models.MapReduce
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
IEnumerable<RiakMapReduceResultPhase> PhaseResults { get; }

Property Value

Type: IEnumerableRiakMapReduceResultPhase
See Also