RunQueryFilter Class

Query filter option for listing runs.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
RunQueryFilter

Constructor

RunQueryFilter(*, operand: str | _models.RunQueryFilterOperand, operator: str | _models.RunQueryFilterOperator, values: List[str], **kwargs: Any)

Keyword-Only Parameters

Name Description
operand

Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status. Required. Known values are: "PipelineName", "Status", "RunStart", "RunEnd", "ActivityName", "ActivityRunStart", "ActivityRunEnd", "ActivityType", "TriggerName", "TriggerRunTimestamp", "RunGroupId", and "LatestOnly".

operator

Operator to be used for filter. Required. Known values are: "Equals", "NotEquals", "In", and "NotIn".

values

List of filter values. Required.

Variables

Name Description
operand

Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status. Required. Known values are: "PipelineName", "Status", "RunStart", "RunEnd", "ActivityName", "ActivityRunStart", "ActivityRunEnd", "ActivityType", "TriggerName", "TriggerRunTimestamp", "RunGroupId", and "LatestOnly".

operator

Operator to be used for filter. Required. Known values are: "Equals", "NotEquals", "In", and "NotIn".

values

List of filter values. Required.