| 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.
|
com.microsoft.rest.ServiceFuture<USqlView> |
Catalogs.getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName,
com.microsoft.rest.ServiceCallback<USqlView> serviceCallback)
Retrieves the specified view from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<USqlView>> |
Catalogs.getViewWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String viewName)
Retrieves the specified view from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlView> |
Catalogs.listViews(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.azure.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<com.microsoft.azure.Page<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.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.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlView> |
Catalogs.listViewsByDatabase(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.azure.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<com.microsoft.azure.Page<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.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.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlView> |
Catalogs.listViewsByDatabaseNext(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlView>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlView>>> |
Catalogs.listViewsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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.
|
com.microsoft.azure.PagedList<USqlView> |
Catalogs.listViewsNext(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlView>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlView>>> |
Catalogs.listViewsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlView>>> |
Catalogs.listViewsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of views from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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 |
|---|---|
com.microsoft.rest.ServiceFuture<USqlView> |
Catalogs.getViewAsync(String accountName,
String databaseName,
String schemaName,
String viewName,
com.microsoft.rest.ServiceCallback<USqlView> serviceCallback)
Retrieves the specified view from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlView>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsByDatabaseNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlView>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of all views in a database from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlView>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlView> serviceCallback)
Retrieves the list of views from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlView>> |
Catalogs.listViewsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlView>> serviceFuture,
com.microsoft.azure.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/