JobInformation Class
- java.
lang. Object - JobInformationBasic
- com.
microsoft. azure. management. datalake. analytics. models. JobInformation
- com.
public class JobInformation extends JobInformationBasic
The extended Data Lake Analytics job information properties returned when retrieving a specific job.
Modifier and Type | Method and Description |
---|---|
List<Job |
error Get the errorMessage value. |
Job |
properties()
Get the properties value. |
List<Job |
state Get the stateAuditRecords value. |
Job |
with Set the properties value. |
JobInformationBasic.degreeOfParallelism()
JobInformationBasic.endTime()
JobInformationBasic.jobId()
JobInformationBasic.logFilePatterns()
JobInformationBasic.logFolder()
JobInformationBasic.name()
JobInformationBasic.priority()
JobInformationBasic.related()
JobInformationBasic.result()
JobInformationBasic.startTime()
JobInformationBasic.state()
JobInformationBasic.submitter()
JobInformationBasic.submitTime()
JobInformationBasic.type()
JobInformationBasic.withDegreeOfParallelism(Integer degreeOfParallelism)
JobInformationBasic.withLogFilePatterns(List<String> logFilePatterns)
JobInformationBasic.withName(String name)
JobInformationBasic.withPriority(Integer priority)
JobInformationBasic.withRelated(JobRelationshipProperties related)
JobInformationBasic.withType(JobType type)
errorMessage
public List
Get the errorMessage value.
Returns:
the errorMessage value
properties
public JobProperties properties()
Get the properties value.
Returns:
the properties value
stateAuditRecords
public List
Get the stateAuditRecords value.
Returns:
the stateAuditRecords value
withProperties
public JobInformation withProperties(JobProperties properties)
Set the properties value.
Parameters:
properties
- the properties value to set
Returns:
the JobInformation object itself.