Defines the types of comparison operators available against Criteria Conditions.
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown operator. | |
AllOfThese | 1 | All of These condition | |
AnyOfThese | 2 | Any of These condition | |
Contains | 3 | Contains condition | |
GreaterThan | 4 | Is greater than condition | |
GreaterThanOrEqualTo | 5 | Greater than or Equal to condition | |
In | 6 | In condition | |
Is | 7 | Is condition | |
IsLike | 8 | Is Like condition | |
IsLoggedInUser | 9 | Is Logged in User condition | |
IsSet | 10 | Is Set condition | |
LessThan | 11 | Is less than condition | |
LessThanOrEqualTo | 12 | Less than or Equal to condition | |
LuceneSearch | 13 | Lucene Search Condition | |
StartsWith | 14 | Starts With Condition | |
EndsWith | 15 | Ends With condition |
See Also