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 |
---|---|
USqlTablePartition |
Catalogs.getTablePartition(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.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.
|
ServiceFuture<USqlTablePartition> |
Catalogs.getTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePartition> serviceCallback)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
rx.Observable<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.
|
PagedList<USqlTablePartition> |
Catalogs.listTablePartitions(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
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<Page<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<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.
|
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,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
PagedList<USqlTablePartition> |
Catalogs.listTablePartitionsNext(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlTablePartition>> |
Catalogs.listTablePartitionsNextAsync(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTablePartition>> serviceFuture,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlTablePartition>>> |
Catalogs.listTablePartitionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<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<ServiceResponse<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 Type | Method and Description |
---|---|
ServiceFuture<USqlTablePartition> |
Catalogs.getTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePartition> serviceCallback)
Retrieves the specified table partition from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
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,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTablePartition>> serviceFuture,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlTablePartition>> |
Catalogs.listTablePartitionsNextAsync(String nextPageLink,
ServiceFuture<List<USqlTablePartition>> serviceFuture,
ListOperationCallback<USqlTablePartition> serviceCallback)
Retrieves the list of table partitions from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlTablePartition |
USqlTablePartition.withCreateDate(org.joda.time.DateTime createDate)
Set the creation time of the partition.
|
USqlTablePartition |
USqlTablePartition.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlTablePartition |
USqlTablePartition.withIndexId(Integer indexId)
Set the index ID for this partition.
|
USqlTablePartition |
USqlTablePartition.withLabel(List<String> label)
Set the list of labels associated with this partition.
|
USqlTablePartition |
USqlTablePartition.withName(String name)
Set the name of the table partition.
|
USqlTablePartition |
USqlTablePartition.withParentName(DdlName parentName)
Set the Ddl object of the partition's parent.
|
USqlTablePartition |
USqlTablePartition.withSchemaName(String schemaName)
Set the name of the schema associated with this table partition and database.
|
Copyright © 2019. All rights reserved.