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 |
---|---|
USqlTable |
Catalogs.getTable(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlTable> |
Catalogs.getTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTable> |
Catalogs.getTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTable> serviceCallback)
Retrieves the specified table from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTable>> |
Catalogs.getTableWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the specified table from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTables(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTables(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesByDatabase(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesByDatabaseNext(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTable> |
Catalogs.listTablesNext(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTable>> |
Catalogs.listTablesNextAsync(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTable>>> |
Catalogs.listTablesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlTable> |
Catalogs.getTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTable> serviceCallback)
Retrieves the specified table from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
Boolean basic,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of all tables in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTable>> |
Catalogs.listTablesNextAsync(String nextPageLink,
ServiceFuture<List<USqlTable>> serviceFuture,
ListOperationCallback<USqlTable> serviceCallback)
Retrieves the list of tables from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlTable |
USqlTable.withColumnList(List<USqlTableColumn> columnList)
Set the list of columns in this table.
|
USqlTable |
USqlTable.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlTable |
USqlTable.withDistributionInfo(USqlDistributionInfo distributionInfo)
Set the distributions info of the table.
|
USqlTable |
USqlTable.withExternalTable(ExternalTable externalTable)
Set the external table associated with the table.
|
USqlTable |
USqlTable.withIndexList(List<USqlIndex> indexList)
Set the list of indices in this table.
|
USqlTable |
USqlTable.withName(String name)
Set the name of the table.
|
USqlTable |
USqlTable.withPartitionKeyList(List<String> partitionKeyList)
Set the list of partition keys in the table.
|
USqlTable |
USqlTable.withSchemaName(String schemaName)
Set the name of the schema associated with this table and database.
|
Copyright © 2019. All rights reserved.