Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlExternalDataSource
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlExternalDataSource in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionCatalogs.getExternalDataSource
(String accountName, String databaseName, String externalDataSourceName) Retrieves the specified external data source from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptionrx.Observable<USqlExternalDataSource>
Catalogs.getExternalDataSourceAsync
(String accountName, String databaseName, String externalDataSourceName) Retrieves the specified external data source from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlExternalDataSource>
Catalogs.getExternalDataSourceAsync
(String accountName, String databaseName, String externalDataSourceName, com.microsoft.rest.ServiceCallback<USqlExternalDataSource> serviceCallback) Retrieves the specified external data source from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlExternalDataSource>>
Catalogs.getExternalDataSourceWithServiceResponseAsync
(String accountName, String databaseName, String externalDataSourceName) Retrieves the specified external data source from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlExternalDataSource>
Catalogs.listExternalDataSources
(String accountName, String databaseName) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlExternalDataSource>
Catalogs.listExternalDataSources
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of external data sources from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesAsync
(String accountName, String databaseName) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlExternalDataSource>
Catalogs.listExternalDataSourcesNext
(String nextPageLink) Retrieves the list of external data sources from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesNextAsync
(String nextPageLink) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlExternalDataSource>>>
Catalogs.listExternalDataSourcesNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of external data sources from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlExternalDataSource>>>
Catalogs.listExternalDataSourcesWithServiceResponseAsync
(String accountName, String databaseName) Retrieves the list of external data sources from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlExternalDataSource>>>
Catalogs.listExternalDataSourcesWithServiceResponseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of external data sources from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlExternalDataSource>
Catalogs.getExternalDataSourceAsync
(String accountName, String databaseName, String externalDataSourceName, com.microsoft.rest.ServiceCallback<USqlExternalDataSource> serviceCallback) Retrieves the specified external data source from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>>
Catalogs.listExternalDataSourcesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlExternalDataSource>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlExternalDataSource> serviceCallback) Retrieves the list of external data sources from the Data Lake Analytics catalog. -
Uses of USqlExternalDataSource in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlExternalDataSource.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the external data source.USqlExternalDataSource.withProvider
(String provider) Set the name of the provider for the external data source.USqlExternalDataSource.withProviderString
(String providerString) Set the name of the provider string for the external data source.USqlExternalDataSource.withPushdownTypes
(List<String> pushdownTypes) Set the list of types to push down from the external data source.