Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlSchema
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlSchema in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionRetrieves the specified schema from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptionrx.Observable<USqlSchema>
Catalogs.getSchemaAsync
(String accountName, String databaseName, String schemaName) Retrieves the specified schema from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlSchema>
Catalogs.getSchemaAsync
(String accountName, String databaseName, String schemaName, com.microsoft.rest.ServiceCallback<USqlSchema> serviceCallback) Retrieves the specified schema from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlSchema>>
Catalogs.getSchemaWithServiceResponseAsync
(String accountName, String databaseName, String schemaName) Retrieves the specified schema from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlSchema>
Catalogs.listSchemas
(String accountName, String databaseName) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlSchema>
Catalogs.listSchemas
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of schemas from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlSchema>>
Catalogs.listSchemasAsync
(String accountName, String databaseName) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlSchema>>
Catalogs.listSchemasAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlSchema>
Catalogs.listSchemasNext
(String nextPageLink) Retrieves the list of schemas from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlSchema>>
Catalogs.listSchemasNextAsync
(String nextPageLink) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlSchema>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlSchema>>>
Catalogs.listSchemasNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of schemas from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlSchema>>>
Catalogs.listSchemasWithServiceResponseAsync
(String accountName, String databaseName) Retrieves the list of schemas from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlSchema>>>
Catalogs.listSchemasWithServiceResponseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of schemas from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlSchema>
Catalogs.getSchemaAsync
(String accountName, String databaseName, String schemaName, com.microsoft.rest.ServiceCallback<USqlSchema> serviceCallback) Retrieves the specified schema from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlSchema>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlSchema>>
Catalogs.listSchemasNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlSchema>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlSchema> serviceCallback) Retrieves the list of schemas from the Data Lake Analytics catalog. -
Uses of USqlSchema in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlSchema.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the schema.