JobStatisticsVertexStage.FailedCount Property

 

Optional. Gets or sets the number of failures that occured 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> FailedCount { get; set; }
public:
property Nullable<int> FailedCount {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member FailedCount : Nullable<int> with get, set
Public Property FailedCount As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

See Also

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

Return to top