JobStatisticsVertexStage.TotalSucceededTime Property
Optional. Gets or sets the amount of time all successful vertices took 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 TimeSpan TotalSucceededTime { get; set; }
public:
property TimeSpan TotalSucceededTime {
TimeSpan get();
void set(TimeSpan value);
}
member TotalSucceededTime : TimeSpan with get, set
Public Property TotalSucceededTime As TimeSpan
Property Value
Type: System.TimeSpan
See Also
JobStatisticsVertexStage Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top