Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MatchOperator

Specifies how the individual match terms should be logically concatenated.

experimental

This API is subject to change without notice.

Index

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