Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListTableStorageOptimizersRequest

import type { ListTableStorageOptimizersRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListTableStorageOptimizersRequest {
CatalogId?: string | null;
DatabaseName: string;
MaxResults?: number | null;
NextToken?: string | null;
StorageOptimizerType?: OptimizerType | null;
TableName: string;
}

§Properties

§
CatalogId?: string | null
[src]

The Catalog ID of the table.

§
DatabaseName: string
[src]

Name of the database where the table is present.

§
MaxResults?: number | null
[src]

The number of storage optimizers to return on each call.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.

§
StorageOptimizerType?: OptimizerType | null
[src]

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

§
TableName: string
[src]

Name of the table.