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

Table: FieldConditionOperatorType

ParameterTypeRequired[a]DefaultDescription
Equalboolean  The operator type is equals.
NotEqualboolean  The operator type is not equal.
Containsboolean  The operator type is contains.
NotContainsboolean  The operator type is does not contain.
StartsWithboolean  The operator type is starts with.
EndsWithboolean  The operator type is ends with.
Presentboolean  The operator type is present.
NotPresentboolean  The operator type is not present.
Unknownboolean  The operator type is unknown.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.