ExternalTable Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. ExternalTable
- com.
public class ExternalTable
A Data Lake Analytics catalog external table item.
Method Summary
Modifier and Type | Method and Description |
---|---|
Entity |
dataSource()
Get the dataSource value. |
String |
tableName()
Get the tableName value. |
External |
withDataSource(EntityId dataSource)
Set the dataSource value. |
External |
withTableName(String tableName)
Set the tableName value. |
Method Details
dataSource
public EntityId dataSource()
Get the dataSource value.
Returns:
the dataSource value
tableName
public String tableName()
Get the tableName value.
Returns:
the tableName value
withDataSource
public ExternalTable withDataSource(EntityId dataSource)
Set the dataSource value.
Parameters:
dataSource
- the dataSource value to set
Returns:
the ExternalTable object itself.
withTableName
public ExternalTable withTableName(String tableName)
Set the tableName value.
Parameters:
tableName
- the tableName value to set
Returns:
the ExternalTable 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