Enum Operator
Defines the valid operators that can be applied to a key-value pair.
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public enum Operator
Fields
| Name | Description |
|---|---|
| Equal | |
| Excludes | Supported by string only when CustomMetadata value type for the given key has a stringListValue. |
| Greater | Supported by numeric. |
| GreaterEqual | Supported by numeric. |
| Includes | Supported by string only when CustomMetadata value type for the given key has a stringListValue. |
| Less | Supported by numeric. |
| LessEqual | Supported by numeric. |
| NotEqual | |
| Unspecified | The default value. This value is unused. |