FieldConditionOperatorType
is an enumerated list of field condition comparison operator types.
Table: FieldConditionOperatorType
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | |||||
Contains | boolean | Long-Term | The operator type is contains. | ||
EndsWith | boolean | Long-Term | The operator type is ends with. | ||
Equal | boolean | Long-Term | The operator type is equals. | ||
NotContains | boolean | Long-Term | The operator type is does not contain. | ||
NotEqual | boolean | Long-Term | The operator type is not equal. | ||
NotPresent | boolean | Long-Term | The operator type is not present. | ||
Present | boolean | Long-Term | The operator type is present. | ||
StartsWith | boolean | Long-Term | The operator type is starts with. | ||
Unknown | boolean | Long-Term | The operator type is unknown. |