A logical operator to apply to the filter conditions:
AND - If all of the conditions evaluate to true, then the entire filter evaluates to true.
OR - If at least one of the conditions evaluate to true, then the entire filter evaluates to true.
Default value is AND.

C# |
public ConditionalOperatorValues ConditionalOperator { get; set; }