RunQueryFilter interface
Query filter option for listing runs.
Properties
operand | 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. |
operator | Operator to be used for filter. |
values | List of filter values. |
Property Details
operand
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.
operand: string
Property Value
string
operator
Operator to be used for filter.
operator: string
Property Value
string
values
List of filter values.
values: string[]
Property Value
string[]