JobStatistics Class

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

public class JobStatistics

The Data Lake Analytics job execution statistics.

Method Summary

Modifier and Type Method and Description
DateTime finalizingTimeUtc()

Get the finalizingTimeUtc value.

DateTime lastUpdateTimeUtc()

Get the lastUpdateTimeUtc value.

List<JobStatisticsVertexStage> stages()

Get the stages value.

Method Details

finalizingTimeUtc

public DateTime finalizingTimeUtc()

Get the finalizingTimeUtc value.

Returns:

the finalizingTimeUtc value

lastUpdateTimeUtc

public DateTime lastUpdateTimeUtc()

Get the lastUpdateTimeUtc value.

Returns:

the lastUpdateTimeUtc value

stages

public List stages()

Get the stages value.

Returns:

the stages value

Applies to