JobStatistics.Stages Property

 

Optional. Gets or sets the list of stages for the job.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public IList<JobStatisticsVertexStage> Stages { get; set; }
public:
property IList<JobStatisticsVertexStage^>^ Stages {
    IList<JobStatisticsVertexStage^>^ get();
    void set(IList<JobStatisticsVertexStage^>^ value);
}
member Stages : IList<JobStatisticsVertexStage> with get, set
Public Property Stages As IList(Of JobStatisticsVertexStage)

Property Value

Type: System.Collections.Generic.IList<JobStatisticsVertexStage>

See Also

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

Return to top