RunQueryFilterOperand Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ResourceManager.DataFactory.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
Azure SDK for .NET