Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlTablePartition
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlTablePartition in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionCatalogs.getTablePartition
(String accountName, String databaseName, String schemaName, String tableName, String partitionName) Retrieves the specified table partition from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptionrx.Observable<USqlTablePartition>
Catalogs.getTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName) Retrieves the specified table partition from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlTablePartition>
Catalogs.getTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName, com.microsoft.rest.ServiceCallback<USqlTablePartition> serviceCallback) Retrieves the specified table partition from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlTablePartition>>
Catalogs.getTablePartitionWithServiceResponseAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName) Retrieves the specified table partition from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlTablePartition>
Catalogs.listTablePartitions
(String accountName, String databaseName, String schemaName, String tableName) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlTablePartition>
Catalogs.listTablePartitions
(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 partitions from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlTablePartition>>
Catalogs.listTablePartitionsAsync
(String accountName, String databaseName, String schemaName, String tableName) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsAsync
(String accountName, String databaseName, String schemaName, String tableName, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlTablePartition>>
Catalogs.listTablePartitionsAsync
(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 partitions from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsAsync
(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlTablePartition>
Catalogs.listTablePartitionsNext
(String nextPageLink) Retrieves the list of table partitions from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlTablePartition>>
Catalogs.listTablePartitionsNextAsync
(String nextPageLink) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlTablePartition>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTablePartition>>>
Catalogs.listTablePartitionsNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of table partitions from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTablePartition>>>
Catalogs.listTablePartitionsWithServiceResponseAsync
(String accountName, String databaseName, String schemaName, String tableName) Retrieves the list of table partitions from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlTablePartition>>>
Catalogs.listTablePartitionsWithServiceResponseAsync
(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 partitions from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlTablePartition>
Catalogs.getTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName, com.microsoft.rest.ServiceCallback<USqlTablePartition> serviceCallback) Retrieves the specified table partition from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsAsync
(String accountName, String databaseName, String schemaName, String tableName, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsAsync
(String accountName, String databaseName, String schemaName, String tableName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlTablePartition>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlTablePartition>>
Catalogs.listTablePartitionsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlTablePartition>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlTablePartition> serviceCallback) Retrieves the list of table partitions from the Data Lake Analytics catalog. -
Uses of USqlTablePartition in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlTablePartition.withCreateDate
(org.joda.time.DateTime createDate) Set the creation time of the partition.USqlTablePartition.withDatabaseName
(String databaseName) Set the name of the database.USqlTablePartition.withIndexId
(Integer indexId) Set the index ID for this partition.Set the list of labels associated with this partition.Set the name of the table partition.USqlTablePartition.withParentName
(DdlName parentName) Set the Ddl object of the partition's parent.USqlTablePartition.withSchemaName
(String schemaName) Set the name of the schema associated with this table partition and database.