Table of Contents

Enum GeminiMetadataConditionOperator

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

public enum GeminiMetadataConditionOperator
Extension Methods

Fields

[EnumMember(Value = "EQUAL")] Equal = 3

Supported by numeric and string.

[EnumMember(Value = "EXCLUDES")] Excludes = 8

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

[EnumMember(Value = "GREATER")] GreaterThan = 5

Supported by numeric.

[EnumMember(Value = "GREATER_EQUAL")] GreaterThanOrEqual = 4

Supported by numeric.

[EnumMember(Value = "INCLUDES")] Includes = 7

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

[EnumMember(Value = "LESS")] LessThan = 1

Supported by numeric.

[EnumMember(Value = "LESS_EQUAL")] LessThanOrEqual = 2

Supported by numeric.

[EnumMember(Value = "NOT_EQUAL")] NotEqual = 6

Supported by numeric and string.

[EnumMember(Value = "OPERATOR_UNSPECIFIED")] Unspecified = 0

The default value. This value is unused.