KnownRunQueryOrderByField enum
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.
Fields
| ActivityName | ActivityName |
| ActivityRunEnd | ActivityRunEnd |
| ActivityRunStart | ActivityRunStart |
| PipelineName | PipelineName |
| RunEnd | RunEnd |
| RunStart | RunStart |
| Status | Status |
| TriggerName | TriggerName |
| TriggerRunTimestamp | TriggerRunTimestamp |