And - The and operator
Can be used to create compound filters.
Contains - The contains operator
Can be used with list fields as well as their formula equivalents.
Equal - The equal operator
Can be used with text, auto-number, date, and number fields as well as their formula equivalents.
GreaterThan - The greater than operator
Can be used with auto-number, date, and number fields as well as their formula equivalents.
IsNull - The is null operator
Can be used with text, date, and number fields as well as their formula equivalents.
LessThan - The less than operator
Can be used with auto-number, date, and number fields as well as their formula equivalents.
Not - The not operator
Can be used to negate a filter and create compound filters.
NotEqual - The not equal operator
Can be used with text, auto-number, date, and number fields as well as their formula equivalents.
NotNull - The not null operator
Can be used with text, date, and number fields as well as their formula equivalents.
Or - The or operator
Can be used to create compound filters.
FilterOperators - The operators that can be used in a query filter