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:
tableName
public String tableName()
Get the tableName value.
Returns:
withDataSource
public ExternalTable withDataSource(EntityId dataSource)
Set the dataSource value.
Parameters:
Returns:
withTableName
public ExternalTable withTableName(String tableName)
Set the tableName value.
Parameters:
Returns: