JobInformation.DegreeOfParallelism Property

 

Optional. Gets or sets the degree of parallelism used for this job. This must have a minimum value of 2

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public Nullable<int> DegreeOfParallelism { get; set; }
public:
property Nullable<int> DegreeOfParallelism {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member DegreeOfParallelism : Nullable<int> with get, set
Public Property DegreeOfParallelism As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

JobInformation Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top