Class JobStatistics
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobStatistics
The Data Lake Analytics job execution statistics.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Get the job finalizing start time.org.joda.time.DateTime
Get the last update time for the statistics.stages()
Get the list of stages for the job.
-
Constructor Details
-
JobStatistics
public JobStatistics()
-
-
Method Details
-
lastUpdateTimeUtc
public org.joda.time.DateTime lastUpdateTimeUtc()Get the last update time for the statistics.- Returns:
- the lastUpdateTimeUtc value
-
finalizingTimeUtc
public org.joda.time.DateTime finalizingTimeUtc()Get the job finalizing start time.- Returns:
- the finalizingTimeUtc value
-
stages
Get the list of stages for the job.- Returns:
- the stages value
-