Aracılığıyla paylaş


JobStatistics Constructors

Definition

Overloads

JobStatistics()

Initializes a new instance of the JobStatistics class.

JobStatistics(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<JobStatisticsVertexStage>)

Initializes a new instance of the JobStatistics class.

JobStatistics()

Initializes a new instance of the JobStatistics class.

public JobStatistics ();
Public Sub New ()

Applies to

JobStatistics(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<JobStatisticsVertexStage>)

Initializes a new instance of the JobStatistics class.

public JobStatistics (DateTimeOffset? lastUpdateTimeUtc = default, DateTimeOffset? finalizingTimeUtc = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage> stages = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics
Public Sub New (Optional lastUpdateTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional finalizingTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional stages As IList(Of JobStatisticsVertexStage) = Nothing)

Parameters

lastUpdateTimeUtc
Nullable<DateTimeOffset>

The last update time for the statistics.

finalizingTimeUtc
Nullable<DateTimeOffset>

The job finalizing start time.

stages
IList<JobStatisticsVertexStage>

The list of stages for the job.

Applies to