Skip to content

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

Interface: CipListTablesOptions ​

Defined in: packages/b2c-tooling-sdk/src/operations/cip/types.ts:89

Options for listing tables from metadata catalog.

Extends ​

Properties ​

fetchSize? ​

optional fetchSize: number

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:143

Initial and subsequent frame fetch size.

Inherited from ​

CipQueryOptions.fetchSize


schema? ​

optional schema: string

Defined in: packages/b2c-tooling-sdk/src/operations/cip/types.ts:90


tableNamePattern? ​

optional tableNamePattern: string

Defined in: packages/b2c-tooling-sdk/src/operations/cip/types.ts:91


tableType? ​

optional tableType: string

Defined in: packages/b2c-tooling-sdk/src/operations/cip/types.ts:92

Released under the Apache-2.0 License.