Click or drag to resize
RiakConstantsKeyFilterTransforms Class
A collection of MapReduce key filter transformation string constants. See http://docs.basho.com/riak/latest/dev/using/keyfilters/ and http://docs.basho.com/riak/latest/dev/references/keyfilters/ for more information.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsKeyFilterTransforms

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

The RiakConstantsKeyFilterTransforms type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFloatToString
Turns a floating point number (previously extracted with string_to_float), into a string.
Public fieldStatic memberIntToString
Turns an integer (previously extracted with string_to_int), into a string.
Public fieldStatic memberStringToFloat
Turns a string into a floating point number.
Public fieldStatic memberStringToInt
Turns a string into an integer.
Public fieldStatic memberTokenize
Splits the input on the string given as the first argument and returns the nth token specified by the second argument.
Public fieldStatic memberToLower
Changes all letters to lowercase.
Public fieldStatic memberToUpper
Changes all letters to uppercase.
Top
See Also