Uses of Class
com.microsoft.azure.management.datalake.analytics.models.ExternalTable
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of ExternalTable in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlTable.externalTable()
Get the external table associated with the table.ExternalTable.withDataSource
(EntityId dataSource) Set the data source associated with this external table.ExternalTable.withTableName
(String tableName) Set the name of the table associated with this database and schema.Modifier and TypeMethodDescriptionUSqlTable.withExternalTable
(ExternalTable externalTable) Set the external table associated with the table.