Skip to content
View as Markdown
View as Markdown

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

Interface: CipDescribeTableResult

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

Result for table describe operation.

Properties

columnCount

columnCount: number

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


columns

columns: CipColumnMetadata[]

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


tableName

tableName: string

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


tableSchema

tableSchema: string

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

Released under the Apache-2.0 License.