The following OData system query functions are supported:
-
$filter
-
String
-
contains
-
endswith
-
startswith
$filter applied on String properties is case-insensitive. 'CRouteYTest_PipeRun_4' is considered the same as ‘crouteytest_piperun_4'. The same is true for all comparison operators (eq, ne, gt, ge, lt, le) and functions (contains, endswith, startswith).
-
-
Comparison
-
eq
-
ne
-
gt
-
ge
-
lt
-
le
-
and
-
or
-
not
-
-