Click or drag to resize
RiakFluentKeyFilter Class

Note: This API is now obsolete.

A fluent builder class for defining input key filters. Please see http://docs.basho.com/riak/latest/dev/using/keyfilters/ and http://docs.basho.com/riak/latest/dev/references/keyfilters/ for more information on using Key Filters.
Inheritance Hierarchy
SystemObject
  RiakClient.Models.MapReduce.FluentRiakFluentKeyFilter

Namespace:  RiakClient.Models.MapReduce.Fluent
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
[ObsoleteAttribute("Key Filters are a deprecated feature of Riak and will eventually be removed.")]
public class RiakFluentKeyFilter

The RiakFluentKeyFilter type exposes the following members.

Methods
  NameDescription
Public methodAnd
Joins two key-filter operations with a logical AND operation.
Public methodBetweenT
Tests that the input is between the first and second parameters.
Public methodEndsWith
Tests that the input ends with the arg parameter (a string).
Public methodEqualT
Tests that the input is equal to the argument.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFloatToString
Turns a floating point number (previously extracted with StringToFloat), into a string.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGreaterThanT
Tests that the input is greater than the arg parameter.
Public methodGreaterThanOrEqualToT
Tests that the input is greater than or equal to the arg parameter.
Public methodIntToString
Turns an integer (previously extracted with StringToInt), into a string.
Public methodLessThanT
Tests that the input is less than the arg parameter.
Public methodLessThanOrEqualToT
Tests that the input is less than or equal to the arg parameter.
Public methodMatches
Tests that the input matches the regular expression given in the regex parameter.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNot
Negates the result of key-filter operations.
Public methodNotEqualT
Tests that the input is not equal to the argument.
Public methodOr
Joins two or more key-filter operations with a logical OR operation.
Public methodSetMemberT
Tests that the input is contained in the set given as the arguments.
Public methodSimilarToT
Tests that input is within the Levenshtein distance of the first argument given by the distance argument.
Public methodStartsWith
Tests that the input begins with the arg string.
Public methodStringToFloat
Turns a string into a floating point number.
Public methodStringToInt
Turns a string into an integer.
Public methodTokenize
Splits the input on the string given as the token argument and returns the nth token specified by the position argument.
Public methodToLower
Changes all letters to lowercase.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToUpper
Changes all letters to uppercase.
Public methodUrlDecode
URL-decodes the string.
Top
See Also