JobStatisticsVertexStage.TotalCount Property
Optional. Gets or sets the total vertex count for 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> TotalCount { get; set; }
public:
property Nullable<int> TotalCount {
Nullable<int> get();
void set(Nullable<int> value);
}
member TotalCount : Nullable<int> with get, set
Public Property TotalCount As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
JobStatisticsVertexStage Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top