Class ExternalTable
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.ExternalTable
A Data Lake Analytics catalog external table item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the data source associated with this external table.Get the name of the table associated with this database and schema.withDataSource
(EntityId dataSource) Set the data source associated with this external table.withTableName
(String tableName) Set the name of the table associated with this database and schema.
-
Constructor Details
-
ExternalTable
public ExternalTable()
-
-
Method Details
-
tableName
Get the name of the table associated with this database and schema.- Returns:
- the tableName value
-
withTableName
Set the name of the table associated with this database and schema.- Parameters:
tableName
- the tableName value to set- Returns:
- the ExternalTable object itself.
-
dataSource
Get the data source associated with this external table.- Returns:
- the dataSource value
-
withDataSource
Set the data source associated with this external table.- Parameters:
dataSource
- the dataSource value to set- Returns:
- the ExternalTable object itself.
-