QueryFilters
Table of Contents
Classes
- ContainsQueryFilter
- Defines a query filter that checks if the given field value contains the given filter value.
- EndsWithQueryFilter
- Defines a query filter that checks if the given field value ends with the given filter value.
- ExactQueryFilter
- Defines a query filter that obtains matches to a field's value exactly.
- ExceptQueryFilter
- Defines a query filter that checks if the given field value does not match the given filter value exactly.
- FormatQueryFilter
- Defines a query filter that obtains matches to a field's value exactly.
- GreaterThanEqualQueryFilter
- Defines a query filter that checks if the given field value is greater than or equal to the given filter value.
- GreaterThanQueryFilter
- Defines a query filter that checks if the given field value is greater than the given filter value.
- LessThanEqualQueryFilter
- Defines a query filter that checks if the given field value is less than or equal to the given filter value.
- LessThanQueryFilter
- Defines a query filter that checks if the given field value is less than the given filter value.
- RegexQueryFilter
- Defines a query filter that checks if the given field value matches the given filter value using a regular expression.
- StartsWithQueryFilter
- Defines a query filter that checks if the given field value starts with the given filter value.