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 |
---|---|
USqlSchema |
Catalogs.getSchema(String accountName,
String databaseName,
String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlSchema> |
Catalogs.getSchemaAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<USqlSchema> |
Catalogs.getSchemaAsync(String accountName,
String databaseName,
String schemaName,
ServiceCallback<USqlSchema> serviceCallback)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlSchema>> |
Catalogs.getSchemaWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
Catalogs.listSchemas(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
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<Page<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<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.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
PagedList<USqlSchema> |
Catalogs.listSchemasNext(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlSchema>> |
Catalogs.listSchemasNextAsync(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasNextAsync(String nextPageLink,
ServiceFuture<List<USqlSchema>> serviceFuture,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
Catalogs.listSchemasNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlSchema>>> |
Catalogs.listSchemasWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<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 Type | Method and Description |
---|---|
ServiceFuture<USqlSchema> |
Catalogs.getSchemaAsync(String accountName,
String databaseName,
String schemaName,
ServiceCallback<USqlSchema> serviceCallback)
Retrieves the specified schema from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasNextAsync(String nextPageLink,
ServiceFuture<List<USqlSchema>> serviceFuture,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlSchema>> |
Catalogs.listSchemasNextAsync(String nextPageLink,
ServiceFuture<List<USqlSchema>> serviceFuture,
ListOperationCallback<USqlSchema> serviceCallback)
Retrieves the list of schemas from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlSchema |
USqlSchema.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlSchema |
USqlSchema.withName(String name)
Set the name of the schema.
|
Copyright © 2019. All rights reserved.