Table of Contents

Enum Operator

Defines the valid operators that can be applied to a key-value pair.

public enum Operator

Fields

Equal = 3
Excludes = 8

Supported by string only when CustomMetadata value type for the given key has a stringListValue.

Greater = 5

Supported by numeric.

GreaterEqual = 4

Supported by numeric.

Includes = 7

Supported by string only when CustomMetadata value type for the given key has a stringListValue.

Less = 1

Supported by numeric.

LessEqual = 2

Supported by numeric.

NotEqual = 6
Unspecified = 0

The default value. This value is unused.