你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
RunQueryFilterOperand(String)

Initializes a new instance of RunQueryFilterOperand.

Properties

Name Description
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

Name Description
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

Name Description
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