FieldConditionOperatorType is an enumerated list of field condition comparison operator types.

Table: FieldConditionOperatorType

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 13, 2024
Containsboolean  Long-TermThe operator type is contains.
EndsWithboolean  Long-TermThe operator type is ends with.
Equalboolean  Long-TermThe operator type is equals.
NotContainsboolean  Long-TermThe operator type is does not contain.
NotEqualboolean  Long-TermThe operator type is not equal.
NotPresentboolean  Long-TermThe operator type is not present.
Presentboolean  Long-TermThe operator type is present.
StartsWithboolean  Long-TermThe operator type is starts with.
Unknownboolean  Long-TermThe operator type is unknown.