Class
caplin.streamlink

FilterExpressionLogicalOperator

Enumeration that represents a particular logical operation.

Constructor Summary

Attributes Name and Description
caplin.streamlink.FilterExpressionLogicalOperator()

Field Summary

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.

Constructor Detail

caplin.streamlink.FilterExpressionLogicalOperator()

Field Detail

<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.