java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobStatistics

public class JobStatistics extends Object
The Data Lake Analytics job execution statistics.
  • 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

      public List<JobStatisticsVertexStage> stages()
      Get the list of stages for the job.
      Returns:
      the stages value