GenericInstanceFilterRuleOperator Type
GenericInstanceFilterRuleOperator = "is-equal" | "is-not-equal" | "is-null" | "is-not-null" | "is-true" | "is-false" | "less" | "less-or-equal" | "greater" | "greater-or-equal" | "like"
Type definition that describes operators supported by GenericInstanceFilterRule.
@note like
operator should be handled as a contains operator - it matches all strings that contain a given string.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.