JobStatisticsVertexStage.StageName Property

 

Optional. Gets or sets the name of this stage in job execution.

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

Syntax

public string StageName { get; set; }
public:
property String^ StageName {
    String^ get();
    void set(String^ value);
}
member StageName : string with get, set
Public Property StageName As String

Property Value

Type: System.String

See Also

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

Return to top