Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlTableFragment
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlTableFragment in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<USqlTableFragment>
Catalogs.listTableFragments
(String accountName, String databaseName, String schemaName, String tableName) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.azure.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<com.microsoft.azure.Page<USqlTableFragment>>
Catalogs.listTableFragmentsAsync
(String accountName, String databaseName, String schemaName, String tableName) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTableFragment>>
Catalogs.listTableFragmentsAsync
(String accountName, String databaseName, String schemaName, String tableName, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.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.com.microsoft.rest.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, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlTableFragment>
Catalogs.listTableFragmentsNext
(String nextPageLink) Retrieves the list of table fragments from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlTableFragment>>
Catalogs.listTableFragmentsNextAsync
(String nextPageLink) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTableFragment>>
Catalogs.listTableFragmentsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlTableFragment>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTableFragment>>>
Catalogs.listTableFragmentsNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of table fragments from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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 TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<List<USqlTableFragment>>
Catalogs.listTableFragmentsAsync
(String accountName, String databaseName, String schemaName, String tableName, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.rest.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, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTableFragment>>
Catalogs.listTableFragmentsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlTableFragment>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTableFragment>>
Catalogs.listTableFragmentsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlTableFragment>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlTableFragment> serviceCallback) Retrieves the list of table fragments from the Data Lake Analytics catalog. -
Uses of USqlTableFragment in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlTableFragment.withCreateDate
(org.joda.time.DateTime createDate) Set the creation time of the table fragment.USqlTableFragment.withFragmentId
(UUID fragmentId) Set the version of the catalog item.USqlTableFragment.withIndexId
(Integer indexId) Set the ordinal of the index which contains the table fragment.USqlTableFragment.withParentId
(UUID parentId) Set the parent object Id of the table fragment.USqlTableFragment.withRowCount
(Long rowCount) Set the number of rows in the table fragment.Set the data size of the table fragment in bytes.