JobInformationBasic.DegreeOfParallelismPercent Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to