Delen via


UpdateJobParameters.DegreeOfParallelismPercent Property

Definition

Gets or sets the degree of parallelism in percentage used for this job.

[Newtonsoft.Json.JsonProperty(PropertyName="degreeOfParallelismPercent")]
public double? DegreeOfParallelismPercent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="degreeOfParallelismPercent")>]
member this.DegreeOfParallelismPercent : Nullable<double> with get, set
Public Property DegreeOfParallelismPercent As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to