Uses of Class
com.azure.analytics.synapse.artifacts.models.RunQueryOrderByField
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of RunQueryOrderByField in com.azure.analytics.synapse.artifacts.models
Modifier and TypeFieldDescriptionstatic final RunQueryOrderByField
RunQueryOrderByField.ACTIVITY_NAME
Static value ActivityName for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.ACTIVITY_RUN_END
Static value ActivityRunEnd for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.ACTIVITY_RUN_START
Static value ActivityRunStart for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.PIPELINE_NAME
Static value PipelineName for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.RUN_END
Static value RunEnd for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.RUN_START
Static value RunStart for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.STATUS
Static value Status for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.TRIGGER_NAME
Static value TriggerName for RunQueryOrderByField.static final RunQueryOrderByField
RunQueryOrderByField.TRIGGER_RUN_TIMESTAMP
Static value TriggerRunTimestamp for RunQueryOrderByField.Modifier and TypeMethodDescriptionstatic RunQueryOrderByField
RunQueryOrderByField.fromString
(String name) Creates or finds a RunQueryOrderByField from its string representation.RunQueryOrderBy.getOrderBy()
Get the orderBy property: Parameter name to be used for order by.Modifier and TypeMethodDescriptionstatic Collection<RunQueryOrderByField>
RunQueryOrderByField.values()
Gets known RunQueryOrderByField values.Modifier and TypeMethodDescriptionRunQueryOrderBy.setOrderBy
(RunQueryOrderByField orderBy) Set the orderBy property: Parameter name to be used for order by.