Anchor to CollectionRuleRelationCollection
enumCollection Rule Relation
Specifies the relationship between the column
and the condition
.
Anchor to Valid valuesValid values
- Anchor to CONTAINSCONTAINS
The attribute contains the condition.
- Anchor to ENDS_WITHENDS_WITH
The attribute ends with the condition.
- Anchor to EQUALSEQUALS
The attribute is equal to the condition.
- Anchor to GREATER_THANGREATER_THAN
The attribute is greater than the condition.
- Anchor to IS_NOT_SETIS_NOT_SET
The attribute is not set (equal to
null
).- Anchor to IS_SETIS_SET
The attribute is set (not equal to
null
).- Anchor to LESS_THANLESS_THAN
The attribute is less than the condition.
- Anchor to NOT_CONTAINSNOT_CONTAINS
The attribute does not contain the condition.
- Anchor to NOT_EQUALSNOT_EQUALS
The attribute does not equal the condition.
- Anchor to STARTS_WITHSTARTS_WITH
The attribute starts with the condition.
Was this section helpful?
Anchor to FieldsFields
- •OBJECT
The type of operator that the rule is based on. For example,
equals
,contains
, or.
- •OBJECT
Allowed relations of the rule.
- •OBJECT
Most commonly used relation for this rule.
- •INPUT OBJECT
The type of operator that the rule is based on. For example,
equals
,contains
, or.
Was this section helpful?