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 |
---|---|
USqlTableValuedFunction |
Catalogs.getTableValuedFunction(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlTableValuedFunction> |
Catalogs.getTableValuedFunctionAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
ServiceFuture<USqlTableValuedFunction> |
Catalogs.getTableValuedFunctionAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName,
ServiceCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlTableValuedFunction>> |
Catalogs.getTableValuedFunctionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctions(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctions(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsByDatabase(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsByDatabase(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsByDatabaseNext(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsByDatabaseNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsByDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
PagedList<USqlTableValuedFunction> |
Catalogs.listTableValuedFunctionsNext(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsNextAsync(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableValuedFunction>>> |
Catalogs.listTableValuedFunctionsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlTableValuedFunction> |
Catalogs.getTableValuedFunctionAsync(String accountName,
String databaseName,
String schemaName,
String tableValuedFunctionName,
ServiceCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the specified table valued function from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsByDatabaseNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableValuedFunction>> |
Catalogs.listTableValuedFunctionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableValuedFunction>> serviceFuture,
ListOperationCallback<USqlTableValuedFunction> serviceCallback)
Retrieves the list of table valued functions from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlTableValuedFunction |
USqlTableValuedFunction.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlTableValuedFunction |
USqlTableValuedFunction.withDefinition(String definition)
Set the definition of the table valued function.
|
USqlTableValuedFunction |
USqlTableValuedFunction.withName(String name)
Set the name of the table valued function.
|
USqlTableValuedFunction |
USqlTableValuedFunction.withSchemaName(String schemaName)
Set the name of the schema associated with this database.
|
Copyright © 2019. All rights reserved.