EventStreamsRouteLogicalOperator
Logical operator for combining filter conditions
enum EventStreamsRouteLogicalOperator {
AND
OR
}
Values
EventStreamsRouteLogicalOperator.AND
All conditions must match (logical AND)
EventStreamsRouteLogicalOperator.OR
At least one condition must match (logical OR)
Member Of
EventStreamsRouteFilterCondition object ●
EventStreamsRouteFilterConditionInput input
Was this topic helpful?