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 |
---|---|
USqlTablePreview |
Catalogs.previewTable(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves a preview set of rows in given table.
|
USqlTablePreview |
Catalogs.previewTable(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given table.
|
USqlTablePreview |
Catalogs.previewTablePartition(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves a preview set of rows in given partition.
|
USqlTablePreview |
Catalogs.previewTablePartition(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given partition.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves a preview set of rows in given table.
|
rx.Observable<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
rx.Observable<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves a preview set of rows in given partition.
|
rx.Observable<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
Catalogs.previewTablePartitionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName)
Retrieves a preview set of rows in given partition.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
Catalogs.previewTablePartitionWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given partition.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
Catalogs.previewTableWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName)
Retrieves a preview set of rows in given table.
|
rx.Observable<ServiceResponse<USqlTablePreview>> |
Catalogs.previewTableWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns)
Retrieves a preview set of rows in given table.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTableAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given table.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
Long maxRows,
Long maxColumns,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
ServiceFuture<USqlTablePreview> |
Catalogs.previewTablePartitionAsync(String accountName,
String databaseName,
String schemaName,
String tableName,
String partitionName,
ServiceCallback<USqlTablePreview> serviceCallback)
Retrieves a preview set of rows in given partition.
|
Modifier and Type | Method and Description |
---|---|
USqlTablePreview |
USqlTablePreview.withRows(List<List<String>> rows)
Set the rows of the table or partition preview, where each row is an array of string representations the row's values.
|
USqlTablePreview |
USqlTablePreview.withSchema(List<USqlTableColumn> schema)
Set the schema of the table or partition.
|
USqlTablePreview |
USqlTablePreview.withTotalColumnCount(Long totalColumnCount)
Set the total number of columns in the table or partition.
|
USqlTablePreview |
USqlTablePreview.withTotalRowCount(Long totalRowCount)
Set the total number of rows in the table or partition.
|
USqlTablePreview |
USqlTablePreview.withTruncated(Boolean truncated)
Set true if the amount of data in the response is less than expected due to the preview operation's size limitations.
|
Copyright © 2019. All rights reserved.