Share via


RunQueryOrderByField Struct

Definition

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.

public readonly struct RunQueryOrderByField : IEquatable<Azure.ResourceManager.DataFactory.Models.RunQueryOrderByField>
type RunQueryOrderByField = struct
Public Structure RunQueryOrderByField
Implements IEquatable(Of RunQueryOrderByField)
Inheritance
RunQueryOrderByField
Implements

Constructors

RunQueryOrderByField(String)

Initializes a new instance of RunQueryOrderByField.

Properties

ActivityName

ActivityName.

ActivityRunEnd

ActivityRunEnd.

ActivityRunStart

ActivityRunStart.

PipelineName

PipelineName.

RunEnd

RunEnd.

RunStart

RunStart.

Status

Status.

TriggerName

TriggerName.

TriggerRunTimestamp

TriggerRunTimestamp.

Methods

Equals(RunQueryOrderByField)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RunQueryOrderByField, RunQueryOrderByField)

Determines if two RunQueryOrderByField values are the same.

Implicit(String to RunQueryOrderByField)

Converts a string to a RunQueryOrderByField.

Inequality(RunQueryOrderByField, RunQueryOrderByField)

Determines if two RunQueryOrderByField values are not the same.

Applies to