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 |
---|---|
USqlDatabase |
Catalogs.getDatabase(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
ServiceFuture<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName,
ServiceCallback<USqlDatabase> serviceCallback)
Retrieves the specified database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlDatabase>> |
Catalogs.getDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the specified database from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
Catalogs.listDatabases(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
Catalogs.listDatabases(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
PagedList<USqlDatabase> |
Catalogs.listDatabasesNext(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
ServiceFuture<List<USqlDatabase>> serviceFuture,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
Catalogs.listDatabasesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
Catalogs.listDatabasesWithServiceResponseAsync(String accountName)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlDatabase>>> |
Catalogs.listDatabasesWithServiceResponseAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlDatabase> |
Catalogs.getDatabaseAsync(String accountName,
String databaseName,
ServiceCallback<USqlDatabase> serviceCallback)
Retrieves the specified database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesAsync(String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
ServiceFuture<List<USqlDatabase>> serviceFuture,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlDatabase>> |
Catalogs.listDatabasesNextAsync(String nextPageLink,
ServiceFuture<List<USqlDatabase>> serviceFuture,
ListOperationCallback<USqlDatabase> serviceCallback)
Retrieves the list of databases from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlDatabase |
USqlDatabase.withName(String name)
Set the name of the database.
|
Copyright © 2019. All rights reserved.