Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/cip / listCipTables

Function: listCipTables()

listCipTables(client, options): Promise<CipListTablesResult>

Defined in: packages/b2c-tooling-sdk/src/operations/cip/index.ts:82

Lists tables from the CIP metadata catalog.

Parameters

client

CipClient

CIP client instance for executing metadata queries

options

CipListTablesOptions = {}

Optional filtering and pagination options (schema, table name pattern, table type, fetch size)

Returns

Promise<CipListTablesResult>

Promise resolving to a list of table metadata records with schema information and table count

Released under the Apache-2.0 License.