A logical operator to apply to the conditions in the QueryFilter map: 
- AND - If all of the conditions evaluate to true, then the entire map evaluates to true.
- OR - If at least one of the conditions evaluate to true, then the entire map evaluates to true.
Constraints:
 Declaration Syntax
 Declaration Syntax| C# | 
public string ConditionalOperator { get; set; }