RunQueryOrderBy Class

An object to provide order by options for listing runs.

Constructor

RunQueryOrderBy(*args: Any, **kwargs: Any)

Variables

Name Description
order_by

Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status. Required. Known values are: "RunStart", "RunEnd", "PipelineName", "Status", "ActivityName", "ActivityRunStart", "ActivityRunEnd", "TriggerName", and "TriggerRunTimestamp".

order

Sorting order of the parameter. Required. Known values are: "ASC" and "DESC".

Attributes

order

"ASC" and "DESC".

order: str | _models.RunQueryOrder

order_by

Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status. Required. Known values are: "RunStart", "RunEnd", "PipelineName", "Status", "ActivityName", "ActivityRunStart", "ActivityRunEnd", "TriggerName", and "TriggerRunTimestamp".

order_by: str | _models.RunQueryOrderByField