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.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Job |
errorMessage()
Get the errorMessage value. |
Job |
properties()
Get the properties value. |
List<Job |
stateAuditRecords()
Get the stateAuditRecords value. |
Job |
withProperties(JobProperties properties)
Set the properties value. |
Inherited Members
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)
Method Details
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.
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