Operator used to check that a string field matches a particular regular expression where an exact case match is not necessary.
Operator used to check for an exact match between a field and a value.
Operator used to check that a field is greater than a particular value.
Operator used to check that a field is greater than or equal to a particular value.
Operator used to check that a field is less than a particular value.
Operator used to check that a field is less than or equal to a particular value.
Operator used to check that a field does not match a particular value.
Operator used to check for an exact match between a numeric field and value.
Operator used to check that a numeric field does not match a particular value.
Operator used to check that a string field matches a particular regular expression.
Operator used to check that a field matches a null value.
Generated using TypeDoc
Name
FilterExpressionOperator