RiakMapReduceQueryMapErlang Method |
Add an Erlang map phase to the list of phases.
Namespace:
RiakClient.Models.MapReduce
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax Remarks
Configure the phase with a lambda similar to:
.MapErlang(m => m.ModFun("riak_kv_mapreduce", "map_object_value"))
The above code will run the "riak_kv_mapreduce:map_object_value" Erlang function on each input in the phase..
See Also