FilterTrackPropertyCondition Class

The class to specify one track property condition.

All required parameters must be populated in order to send to Azure.

Inheritance
FilterTrackPropertyCondition

Constructor

FilterTrackPropertyCondition(*, property: Union[str, _models.FilterTrackPropertyType], value: str, operation: Union[str, _models.FilterTrackPropertyCompareOperation], **kwargs)

Variables

property
str or FilterTrackPropertyType

Required. The track property type. Known values are: "Unknown", "Type", "Name", "Language", "FourCC", "Bitrate".

value
str

Required. The track property value.

operation
str or FilterTrackPropertyCompareOperation

Required. The track property condition operation. Known values are: "Equal", "NotEqual".