RunQueryFilter.Operand Property

Definition

Gets or sets 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. Possible values include: 'PipelineName', 'Status', 'RunStart', 'RunEnd', 'ActivityName', 'ActivityRunStart', 'ActivityRunEnd', 'ActivityType', 'TriggerName', 'TriggerRunTimestamp', 'RunGroupId', 'LatestOnly'

[Newtonsoft.Json.JsonProperty(PropertyName="operand")]
public string Operand { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operand")>]
member this.Operand : string with get, set
Public Property Operand As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to