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 |
---|---|
PagedList<USqlTableFragment> |
Catalogs.listTableFragments(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
Catalogs.listTableFragments(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
PagedList<USqlTableFragment> |
Catalogs.listTableFragmentsNext(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTableFragment>> |
Catalogs.listTableFragmentsNextAsync(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableFragment>> serviceFuture,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
Catalogs.listTableFragmentsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
Catalogs.listTableFragmentsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTableFragment>>> |
Catalogs.listTableFragmentsWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableFragment>> serviceFuture,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTableFragment>> |
Catalogs.listTableFragmentsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTableFragment>> serviceFuture,
ListOperationCallback<USqlTableFragment> serviceCallback)
Retrieves the list of table fragments from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlTableFragment |
USqlTableFragment.withCreateDate(org.joda.time.DateTime createDate)
Set the creation time of the table fragment.
|
USqlTableFragment |
USqlTableFragment.withFragmentId(UUID fragmentId)
Set the version of the catalog item.
|
USqlTableFragment |
USqlTableFragment.withIndexId(Integer indexId)
Set the ordinal of the index which contains the table fragment.
|
USqlTableFragment |
USqlTableFragment.withParentId(UUID parentId)
Set the parent object Id of the table fragment.
|
USqlTableFragment |
USqlTableFragment.withRowCount(Long rowCount)
Set the number of rows in the table fragment.
|
USqlTableFragment |
USqlTableFragment.withSize(Long size)
Set the data size of the table fragment in bytes.
|
Copyright © 2019. All rights reserved.