Defines the types of comparison operators available against Criteria Date 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. | |
Between | 1 | Between condition | |
In | 2 | In condition | |
Is | 3 | Is condition | |
IsAfter | 4 | Is After condition | |
IsAfterOrOn | 5 | Is After Or On condition | |
IsBefore | 6 | Is Before condition | |
IsBeforeOrOn | 7 | Is Before Or On condition | |
IsSet | 8 | Is Set condition |
See Also