Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlPackage
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlPackage in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionCatalogs.getPackage
(String accountName, String databaseName, String schemaName, String packageName) Retrieves the specified package from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptionrx.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 TypeMethodDescriptioncom.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. -
Uses of USqlPackage in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlPackage.withDatabaseName
(String databaseName) Set the name of the database containing the package.USqlPackage.withDefinition
(String definition) Set the definition of the package.Set the name of the package.USqlPackage.withSchemaName
(String schemaName) Set the name of the schema associated with this package and database.