RiakFluentActionPhaseErlangKeep Method |
The option to keep the results of this phase, or just pass them onto the next phase.
Namespace:
RiakClient.Models.MapReduce.Fluent
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakFluentActionPhaseErlang Keep(
bool keep
)
member Keep :
keep : bool -> RiakFluentActionPhaseErlang
Parameters
- keep
- Type: SystemBoolean
true to keep the phase results for the final result set, false to omit them.
Return Value
Type:
RiakFluentActionPhaseErlangA reference to this updated instance, for fluent chaining.
See Also