Skip to content

/AWS1/CL_LKF=>LISTTABLESTORAGEOPTIMIZERS()

About ListTableStorageOptimizers

Returns the configuration of all storage optimizers associated with a specified table.

Method Signature

IMPORTING

Required arguments:

IV_DATABASENAME TYPE /AWS1/LKFNAMESTRING /AWS1/LKFNAMESTRING

Name of the database where the table is present.

IV_TABLENAME TYPE /AWS1/LKFNAMESTRING /AWS1/LKFNAMESTRING

Name of the table.

Optional arguments:

IV_CATALOGID TYPE /AWS1/LKFCATALOGIDSTRING /AWS1/LKFCATALOGIDSTRING

The Catalog ID of the table.

IV_STORAGEOPTIMIZERTYPE TYPE /AWS1/LKFOPTIMIZERTYPE /AWS1/LKFOPTIMIZERTYPE

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

IV_MAXRESULTS TYPE /AWS1/LKFPAGESIZE /AWS1/LKFPAGESIZE

The number of storage optimizers to return on each call.

IV_NEXTTOKEN TYPE /AWS1/LKFTOKEN /AWS1/LKFTOKEN

A continuation token, if this is a continuation call.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LKFLSTTBLSTRGOPTIMI01 /AWS1/CL_LKFLSTTBLSTRGOPTIMI01