Enum ConditionOperator
The operator that should be used for the evaluation
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum ConditionOperator
Fields
Name | Description |
---|---|
EQUAL | Equal |
GREATER_THAN | Greater than |
GREATER_THAN_OR_EQUAL | Greater than or equal |
LESS_THAN | Less then |
LESS_THAN_OR_EQUAL | Less than or equal |
NOT_EQUAL | Not equal |