---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/cip](../index.md) / CipListTablesOptions

# Interface: CipListTablesOptions

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:89](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L89)

Options for listing tables from metadata catalog.

## Extends

- `Pick`\<[`CipQueryOptions`](../../../clients/interfaces/CipQueryOptions.md), `"fetchSize"`\>

## Properties

### fetchSize?

> `optional` **fetchSize**: `number`

Defined in: [packages/b2c-tooling-sdk/src/clients/cip.ts:143](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/clients/cip.ts#L143)

Initial and subsequent frame fetch size.

#### Inherited from

[`CipQueryOptions`](../../../clients/interfaces/CipQueryOptions.md).[`fetchSize`](../../../clients/interfaces/CipQueryOptions.md#fetchsize)

***

### schema?

> `optional` **schema**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:90](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L90)

***

### tableNamePattern?

> `optional` **tableNamePattern**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:91](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L91)

***

### tableType?

> `optional` **tableType**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:92](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L92)
