RunQueryOrderBy interface
An object to provide order by options for listing runs.
Properties
order | Sorting order of the parameter. |
order |
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. |
Property Details
order
Sorting order of the parameter.
order: string
Property Value
string
orderBy
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.
orderBy: string
Property Value
string