Enum Operator
Defines the valid operators that can be applied to a key-value pair.
public enum Operator
Fields
Equal = 3Excludes = 8Supported by string only when CustomMetadata value type for the given key has a stringListValue.
Greater = 5Supported by numeric.
GreaterEqual = 4Supported by numeric.
Includes = 7Supported by string only when CustomMetadata value type for the given key has a stringListValue.
Less = 1Supported by numeric.
LessEqual = 2Supported by numeric.
NotEqual = 6Unspecified = 0The default value. This value is unused.