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.
|
ServiceFuture<USqlPackage> |
Catalogs.getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName,
ServiceCallback<USqlPackage> serviceCallback)
Retrieves the specified package from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlPackage>> |
Catalogs.getPackageWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String packageName)
Retrieves the specified package from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
Catalogs.listPackages(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
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<Page<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<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.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
PagedList<USqlPackage> |
Catalogs.listPackagesNext(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
ServiceFuture<List<USqlPackage>> serviceFuture,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
Catalogs.listPackagesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlPackage>>> |
Catalogs.listPackagesWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<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 |
---|---|
ServiceFuture<USqlPackage> |
Catalogs.getPackageAsync(String accountName,
String databaseName,
String schemaName,
String packageName,
ServiceCallback<USqlPackage> serviceCallback)
Retrieves the specified package from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
ServiceFuture<List<USqlPackage>> serviceFuture,
ListOperationCallback<USqlPackage> serviceCallback)
Retrieves the list of packages from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlPackage>> |
Catalogs.listPackagesNextAsync(String nextPageLink,
ServiceFuture<List<USqlPackage>> serviceFuture,
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 © 2019. All rights reserved.