RiakFluentKeyFilter Class |
Note: This API is now obsolete.
Namespace: RiakClient.Models.MapReduce.Fluent
The RiakFluentKeyFilter type exposes the following members.
Name | Description | |
---|---|---|
And |
Joins two key-filter operations with a logical AND operation.
| |
BetweenT |
Tests that the input is between the first and second parameters.
| |
EndsWith |
Tests that the input ends with the arg parameter (a string).
| |
EqualT |
Tests that the input is equal to the argument.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FloatToString |
Turns a floating point number (previously extracted with StringToFloat), into a string.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GreaterThanT |
Tests that the input is greater than the arg parameter.
| |
GreaterThanOrEqualToT |
Tests that the input is greater than or equal to the arg parameter.
| |
IntToString |
Turns an integer (previously extracted with StringToInt), into a string.
| |
LessThanT |
Tests that the input is less than the arg parameter.
| |
LessThanOrEqualToT |
Tests that the input is less than or equal to the arg parameter.
| |
Matches |
Tests that the input matches the regular expression given in the regex parameter.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Not |
Negates the result of key-filter operations.
| |
NotEqualT |
Tests that the input is not equal to the argument.
| |
Or |
Joins two or more key-filter operations with a logical OR operation.
| |
SetMemberT |
Tests that the input is contained in the set given as the arguments.
| |
SimilarToT |
Tests that input is within the Levenshtein distance of the first argument given by the distance argument.
| |
StartsWith |
Tests that the input begins with the arg string.
| |
StringToFloat |
Turns a string into a floating point number.
| |
StringToInt |
Turns a string into an integer.
| |
Tokenize |
Splits the input on the string given as the token argument and returns the
nth token specified by the position argument.
| |
ToLower |
Changes all letters to lowercase.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToUpper |
Changes all letters to uppercase.
| |
UrlDecode |
URL-decodes the string.
|