JobStatistics Class

Definition

The Data Lake Analytics job execution statistics.

public class JobStatistics
type JobStatistics = class
Public Class JobStatistics
Inheritance
JobStatistics

Constructors

JobStatistics()

Initializes a new instance of the JobStatistics class.

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

Initializes a new instance of the JobStatistics class.

Properties

FinalizingTimeUtc

Gets the job finalizing start time.

LastUpdateTimeUtc

Gets the last update time for the statistics.

Stages

Gets the list of stages for the job.

Applies to