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 |
---|---|
USqlView |
Catalogs.getView(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlView> |
Catalogs.getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
ServiceFuture<USqlView> |
Catalogs.getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName,
ServiceCallback<USqlView> serviceCallback)
Retrieves the specified view from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlView>> |
Catalogs.getViewWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViews(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViews(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsByDatabase(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsByDatabaseNext(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
PagedList<USqlView> |
Catalogs.listViewsNext(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlView>>> |
Catalogs.listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of views from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlView> |
Catalogs.getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName,
ServiceCallback<USqlView> serviceCallback)
Retrieves the specified view from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
ServiceFuture<List<USqlView>> serviceFuture,
ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlView |
USqlView.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlView |
USqlView.withDefinition(String definition)
Set the defined query of the view.
|
USqlView |
USqlView.withName(String name)
Set the name of the view.
|
USqlView |
USqlView.withSchemaName(String schemaName)
Set the name of the schema associated with this view and database.
|
Copyright © 2019. All rights reserved.