Class RunQueryFilterOperand

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunQueryFilterOperand>
com.azure.resourcemanager.datafactory.models.RunQueryFilterOperand

public final class RunQueryFilterOperand extends com.azure.core.util.ExpandableStringEnum<RunQueryFilterOperand>
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.
  • Field Details

    • PIPELINE_NAME

      public static final RunQueryFilterOperand PIPELINE_NAME
      Static value PipelineName for RunQueryFilterOperand.
    • STATUS

      public static final RunQueryFilterOperand STATUS
      Static value Status for RunQueryFilterOperand.
    • RUN_START

      public static final RunQueryFilterOperand RUN_START
      Static value RunStart for RunQueryFilterOperand.
    • RUN_END

      public static final RunQueryFilterOperand RUN_END
      Static value RunEnd for RunQueryFilterOperand.
    • ACTIVITY_NAME

      public static final RunQueryFilterOperand ACTIVITY_NAME
      Static value ActivityName for RunQueryFilterOperand.
    • ACTIVITY_RUN_START

      public static final RunQueryFilterOperand ACTIVITY_RUN_START
      Static value ActivityRunStart for RunQueryFilterOperand.
    • ACTIVITY_RUN_END

      public static final RunQueryFilterOperand ACTIVITY_RUN_END
      Static value ActivityRunEnd for RunQueryFilterOperand.
    • ACTIVITY_TYPE

      public static final RunQueryFilterOperand ACTIVITY_TYPE
      Static value ActivityType for RunQueryFilterOperand.
    • TRIGGER_NAME

      public static final RunQueryFilterOperand TRIGGER_NAME
      Static value TriggerName for RunQueryFilterOperand.
    • TRIGGER_RUN_TIMESTAMP

      public static final RunQueryFilterOperand TRIGGER_RUN_TIMESTAMP
      Static value TriggerRunTimestamp for RunQueryFilterOperand.
    • RUN_GROUP_ID

      public static final RunQueryFilterOperand RUN_GROUP_ID
      Static value RunGroupId for RunQueryFilterOperand.
    • LATEST_ONLY

      public static final RunQueryFilterOperand LATEST_ONLY
      Static value LatestOnly for RunQueryFilterOperand.
  • Constructor Details

    • RunQueryFilterOperand

      public RunQueryFilterOperand()
  • Method Details

    • fromString

      public static RunQueryFilterOperand fromString(String name)
      Creates or finds a RunQueryFilterOperand from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RunQueryFilterOperand.
    • values

      public static Collection<RunQueryFilterOperand> values()
      Gets known RunQueryFilterOperand values.
      Returns:
      known RunQueryFilterOperand values.