RunQueryOrderBy(RunQueryOrderByField, RunQueryOrder) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RunQueryOrderBy.
public RunQueryOrderBy (Azure.Analytics.Synapse.Artifacts.Models.RunQueryOrderByField orderBy, Azure.Analytics.Synapse.Artifacts.Models.RunQueryOrder order);
new Azure.Analytics.Synapse.Artifacts.Models.RunQueryOrderBy : Azure.Analytics.Synapse.Artifacts.Models.RunQueryOrderByField * Azure.Analytics.Synapse.Artifacts.Models.RunQueryOrder -> Azure.Analytics.Synapse.Artifacts.Models.RunQueryOrderBy
Public Sub New (orderBy As RunQueryOrderByField, order As RunQueryOrder)
Parameters
- orderBy
- RunQueryOrderByField
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.
- order
- RunQueryOrder
Sorting order of the parameter.
Applies to
Azure SDK for .NET