RiakFluentActionPhaseErlangModFun Method |
The Erlang function to execute for this phase.
Namespace:
RiakClient.Models.MapReduce.Fluent
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakFluentActionPhaseErlang ModFun(
string module,
string function
)
member ModFun :
module : string *
function : string -> RiakFluentActionPhaseErlang
Parameters
- module
- Type: SystemString
The module containing the function to execute. - function
- Type: SystemString
The function to execute for this mapreduce phase.
Return Value
Type:
RiakFluentActionPhaseErlangA reference to this updated instance, for fluent chaining.
See Also