Class RunQueryOrderByField

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunQueryOrderByField>
com.azure.analytics.synapse.artifacts.models.RunQueryOrderByField

public final class RunQueryOrderByField extends com.azure.core.util.ExpandableStringEnum<RunQueryOrderByField>
Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status.
  • Field Details

    • RUN_START

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

      public static final RunQueryOrderByField RUN_END
      Static value RunEnd for RunQueryOrderByField.
    • PIPELINE_NAME

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

      public static final RunQueryOrderByField STATUS
      Static value Status for RunQueryOrderByField.
    • ACTIVITY_NAME

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

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

      public static final RunQueryOrderByField ACTIVITY_RUN_END
      Static value ActivityRunEnd for RunQueryOrderByField.
    • TRIGGER_NAME

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

      public static final RunQueryOrderByField TRIGGER_RUN_TIMESTAMP
      Static value TriggerRunTimestamp for RunQueryOrderByField.
  • Constructor Details

    • RunQueryOrderByField

      public RunQueryOrderByField()
  • Method Details

    • fromString

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

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