共用方式為


DataLakeAnalyticsUSQLActivity.Priority Property

Definition

Gets or sets determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.priority")]
public object Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.priority")>]
member this.Priority : obj with get, set
Public Property Priority As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to