Enumeration MatchOperatorExperimental

Specifies how the individual match terms should be logically concatenated.

This API is subject to change without notice.

Enumeration Members

Enumeration Members

And: "and"

Specifies that individual match terms are concatenated with a logical AND.

Or: "or"

Specifies that individual match terms are concatenated with a logical OR - this is the default if not provided.

Generated using TypeDoc