JobDataPath Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.JobDataPath

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 paths()

Get the paths value.

Returns:

the paths value

Applies to