RunQueryOrderByField 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.
- Inheritance
-
builtins.strRunQueryOrderByFieldRunQueryOrderByField
Constructor
RunQueryOrderByField(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
ACTIVITY_NAME |
ACTIVITY_RUN_END |
ACTIVITY_RUN_START |
PIPELINE_NAME |
RUN_END |
RUN_START |
STATUS |
TRIGGER_NAME |
TRIGGER_RUN_TIMESTAMP |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python