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