Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| Equals |
0 |
used for numbers, dates and strings. This is the default value if no value is passed within filter parameter. |
| NotEqual |
1 |
used for numbers, dates and strings |
| GreaterThan |
2 |
used for numbers and dates |
| GreaterThanOrEqual |
3 |
used for numbers and dates |
| LessThan |
4 |
used for numbers and dates |
| LessThanOrEqual |
5 |
used for numbers and dates |
| StringContains |
6 |
used for strings only |
| StringNotContain |
7 |
used for strings only |
| StringStartsWith |
8 |
used for strings only |
| StringNotStartWith |
9 |
used for strings only |
| StringEndsWith |
10 |
used for strings only |
| StringNotEndWith |
11 |
used for strings only |
| IsNotNullNorEmpty |
12 |
used for numbers, dates and strings |
| IsNullOrEmpty |
13 |
used for numbers, dates and strings |
