Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlTablePreview
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlTablePreview in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionCatalogs.previewTable
(String accountName, String databaseName, String schemaName, String tableName) Retrieves a preview set of rows in given table.Catalogs.previewTable
(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns) Retrieves a preview set of rows in given table.Catalogs.previewTablePartition
(String accountName, String databaseName, String schemaName, String tableName, String partitionName) Retrieves a preview set of rows in given partition.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 TypeMethodDescriptionrx.Observable<USqlTablePreview>
Catalogs.previewTableAsync
(String accountName, String databaseName, String schemaName, String tableName) Retrieves a preview set of rows in given table.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTableAsync
(String accountName, String databaseName, String schemaName, String tableName, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) 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.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTableAsync
(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, com.microsoft.rest.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.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) 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.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) Retrieves a preview set of rows in given partition.rx.Observable<com.microsoft.rest.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<com.microsoft.rest.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<com.microsoft.rest.ServiceResponse<USqlTablePreview>>
Catalogs.previewTableWithServiceResponseAsync
(String accountName, String databaseName, String schemaName, String tableName) Retrieves a preview set of rows in given table.rx.Observable<com.microsoft.rest.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 TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTableAsync
(String accountName, String databaseName, String schemaName, String tableName, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) Retrieves a preview set of rows in given table.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTableAsync
(String accountName, String databaseName, String schemaName, String tableName, Long maxRows, Long maxColumns, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) Retrieves a preview set of rows in given table.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) Retrieves a preview set of rows in given partition.com.microsoft.rest.ServiceFuture<USqlTablePreview>
Catalogs.previewTablePartitionAsync
(String accountName, String databaseName, String schemaName, String tableName, String partitionName, Long maxRows, Long maxColumns, com.microsoft.rest.ServiceCallback<USqlTablePreview> serviceCallback) Retrieves a preview set of rows in given partition. -
Uses of USqlTablePreview in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionSet the rows of the table or partition preview, where each row is an array of string representations the row's values.USqlTablePreview.withSchema
(List<USqlTableColumn> schema) Set the schema of the table or partition.USqlTablePreview.withTotalColumnCount
(Long totalColumnCount) Set the total number of columns in the table or partition.USqlTablePreview.withTotalRowCount
(Long totalRowCount) Set the total number of rows in the table or partition.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.