Click or drag to resize
RiakModuleFunctionArgInput Constructor
Initializes a new instance of the RiakModuleFunctionArgInput class.

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakModuleFunctionArgInput(
	string module,
	string function,
	string[] arg
)

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