Class JobInformation
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic
com.microsoft.azure.management.datalake.analytics.models.JobInformation
The extended Data Lake Analytics job information properties returned when
retrieving a specific job.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the error message details for the job, if the job failed.Get the job specific properties.Get the job state audit records, indicating when various operations have been performed on this job.withProperties
(JobProperties properties) Set the job specific properties.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic
degreeOfParallelism, endTime, jobId, logFilePatterns, logFolder, name, priority, related, result, startTime, state, submitter, submitTime, tags, type, withDegreeOfParallelism, withLogFilePatterns, withName, withPriority, withRelated, withTags, withType
-
Constructor Details
-
JobInformation
public JobInformation()
-
-
Method Details
-
errorMessage
Get the error message details for the job, if the job failed.- Returns:
- the errorMessage value
-
stateAuditRecords
Get the job state audit records, indicating when various operations have been performed on this job.- Returns:
- the stateAuditRecords value
-
properties
Get the job specific properties.- Returns:
- the properties value
-
withProperties
Set the job specific properties.- Parameters:
properties
- the properties value to set- Returns:
- the JobInformation object itself.
-