CombinationOperatorKey
Description
A CombinationOperatorKey
is an enum that specifies how to filter data against a given list of values. It is used by the CombinationFilterDefinition
.
Possible values
Name |
Type |
Value |
Description |
---|---|---|---|
In |
string |
“in” |
Filters in the data equal to one of the values specified in the operand list. |
Out |
string |
“out” |
Filters out the data equal to one of the values specified in the operand list. |
Need help? Contact us!