JobDataPath Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobDataPath
- com.
public class JobDataPath
A Data Lake Analytics job data path item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
command()
Get the command value. |
UUID |
jobId()
Get the jobId value. |
List<String> |
paths()
Get the paths value. |
Method Details
command
public String command()
Get the command value.
Returns:
the command value
jobId
public UUID jobId()
Get the jobId value.
Returns:
the jobId value
paths
public List
Get the paths value.
Returns:
the paths 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