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