JobStatistics Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobStatistics
- com.
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<Job |
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
Get the stages value.
Returns:
the stages value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java