Enumeration that represents a particular logical operation.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.FilterExpressionLogicalOperator()
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.streamlink.FilterExpressionLogicalOperator.AND
Represents that a logical AND will be performed. |
<static>
|
caplin.streamlink.FilterExpressionLogicalOperator.OR
Represents that a logical OR will be performed. |
►
caplin.streamlink.FilterExpressionLogicalOperator()
►
<static>
caplin.streamlink.FilterExpressionLogicalOperator.AND
Represents that a logical AND will be performed. A record will only be returned if it matches all of the FilterExpressions that have been added to the LogicalFilterExpression.
►
<static>
caplin.streamlink.FilterExpressionLogicalOperator.OR
Represents that a logical OR will be performed. A record will be returned if it matches any of the FilterExpressions that have been added to the LogicialFilterExpression.