Package version:

Interface RunQueryOrderBy

An object to provide order by options for listing runs.

Hierarchy

  • RunQueryOrderBy

Properties

Properties

order: string

Sorting order of the parameter.

orderBy: string

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.

Generated using TypeDoc