JobStatisticsVertexStage.ScheduledCount Property
Optional. Gets or sets the number of currently scheduled vertices in this stage
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public Nullable<int> ScheduledCount { get; set; }
public:
property Nullable<int> ScheduledCount {
Nullable<int> get();
void set(Nullable<int> value);
}
member ScheduledCount : Nullable<int> with get, set
Public Property ScheduledCount As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
JobStatisticsVertexStage Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top