RunQueryFilterOperand Struct

Definition

Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status.

public readonly struct RunQueryFilterOperand : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.RunQueryFilterOperand>
type RunQueryFilterOperand = struct
Public Structure RunQueryFilterOperand
Implements IEquatable(Of RunQueryFilterOperand)
Inheritance
RunQueryFilterOperand
Implements

Constructors

RunQueryFilterOperand(String)

Initializes a new instance of RunQueryFilterOperand.

Properties

ActivityName

ActivityName.

ActivityRunEnd

ActivityRunEnd.

ActivityRunStart

ActivityRunStart.

ActivityType

ActivityType.

LatestOnly

LatestOnly.

PipelineName

PipelineName.

RunEnd

RunEnd.

RunGroupId

RunGroupId.

RunStart

RunStart.

Status

Status.

TriggerName

TriggerName.

TriggerRunTimestamp

TriggerRunTimestamp.

Methods

Equals(RunQueryFilterOperand)

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(RunQueryFilterOperand, RunQueryFilterOperand)

Determines if two RunQueryFilterOperand values are the same.

Implicit(String to RunQueryFilterOperand)

Converts a string to a RunQueryFilterOperand.

Inequality(RunQueryFilterOperand, RunQueryFilterOperand)

Determines if two RunQueryFilterOperand values are not the same.

Applies to