Share via


KnownOperator enum

operator represents a key's relationship to a set of values. Valid operators are In and NotIn

Fields

DoesNotExist

The value of the key should not exist.

Exists

The value of the key should exist.

In

The value of the key should be in the given list.

NotIn

The value of the key should not be in the given list.