共用方式為


DataLakeAnalyticsUSQLActivity.DegreeOfParallelism Property

Definition

Gets or sets the maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to