JobStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |