RiakModuleFunctionArgInput Constructor |
Namespace:
RiakClient.Models.MapReduce.Inputs
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakModuleFunctionArgInput(
string module,
string function,
string[] arg
)
new :
module : string *
function : string *
arg : string[] -> RiakModuleFunctionArgInput
Parameters
- module
- Type: SystemString
The Erlang module containing the function to run. - function
- Type: SystemString
The Erlang function to run, whose results will be used as inputs for the mapreduce job. - arg
- Type: SystemString
Any arguments to pass to function.
See Also