| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
USqlTableType |
Catalogs.getTableType(String accountName,
String databaseName,
String schemaName,
String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<USqlTableType> |
Catalogs.getTableTypeAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<USqlTableType> |
Catalogs.getTableTypeAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName,
com.microsoft.rest.ServiceCallback<USqlTableType> serviceCallback)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<USqlTableType>> |
Catalogs.getTableTypeWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlTableType> |
Catalogs.listTableTypes(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlTableType> |
Catalogs.listTableTypes(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlTableType> |
Catalogs.listTableTypesNext(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlTableType>> |
Catalogs.listTableTypesNextAsync(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlTableType>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTableType>>> |
Catalogs.listTableTypesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTableType>>> |
Catalogs.listTableTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTableType>>> |
Catalogs.listTableTypesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<USqlTableType> |
Catalogs.getTableTypeAsync(String accountName,
String databaseName,
String schemaName,
String tableTypeName,
com.microsoft.rest.ServiceCallback<USqlTableType> serviceCallback)
Retrieves the specified table type from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlTableType>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlTableType>> |
Catalogs.listTableTypesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlTableType>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlTableType> serviceCallback)
Retrieves the list of table types from the Data Lake Analytics catalog.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/