FieldFilterOperator is a enumerated list of operators for evaluating field values.

Table: FieldFilterOperator

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 30, 2025
Equal   Short-TermField value should be equal to the filter value.
GreaterThan   Short-TermField value is greater than the filter value.
GreaterThanOrEqualTo   Short-TermField value is greater than or equal to the filter value.
LessThan   Short-TermField value is less than the filter value.
LessThanOrEqualTo   Short-TermField value is less than or equal to the filter value.