| 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 |
|---|---|
USqlPackage |
Catalogs.getPackage(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<USqlPackage> |
Catalogs.getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<USqlPackage> |
Catalogs.getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName,
com.microsoft.rest.ServiceCallback<USqlPackage> serviceCallback)
Retrieves the specified package from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<USqlPackage>> |
Catalogs.getPackageWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlPackage> |
Catalogs.listPackages(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlPackage> |
Catalogs.listPackages(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.azure.PagedList<USqlPackage> |
Catalogs.listPackagesNext(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.azure.Page<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlPackage>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlPackage>>> |
Catalogs.listPackagesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlPackage>>> |
Catalogs.listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlPackage>>> |
Catalogs.listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<USqlPackage> |
Catalogs.getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName,
com.microsoft.rest.ServiceCallback<USqlPackage> serviceCallback)
Retrieves the specified package from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlPackage>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
com.microsoft.rest.ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<USqlPackage>> serviceFuture,
com.microsoft.azure.ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
| Modifier and Type | Method and Description |
|---|---|
USqlPackage |
USqlPackage.withDatabaseName(String databaseName)
Set the name of the database containing the package.
|
USqlPackage |
USqlPackage.withDefinition(String definition)
Set the definition of the package.
|
USqlPackage |
USqlPackage.withName(String name)
Set the name of the package.
|
USqlPackage |
USqlPackage.withSchemaName(String schemaName)
Set the name of the schema associated with this package and database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/