Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ListTableStorageOptimizersRequest

Hierarchy

Properties

CatalogId?: string

The Catalog ID of the table.

DatabaseName: undefined | string

Name of the database where the table is present.

MaxResults?: number

The number of storage optimizers to return on each call.

NextToken?: string

A continuation token, if this is a continuation call.

StorageOptimizerType?: string

The specific type of storage optimizers to list. The supported value is compaction.

TableName: undefined | string

Name of the table.