Click or drag to resize
RiakConstantsMapReduceLanguage Class
Represents the collection of possible MapReduce job languages.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsMapReduceLanguage

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class MapReduceLanguage

The RiakConstantsMapReduceLanguage type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberErlang
The string for Erlang MapReduce jobs.
Public fieldStatic memberJavaScript
The string for JavaScript MapReduce jobs.
Public fieldStatic memberJson
The string for JSON(JavaScript) MapReduce jobs.
Top
See Also