Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / clients / CipQueryResult

Interface: CipQueryResult

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

Convenience result for full query execution.

Extended by

Properties

columns

columns: string[]

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

Ordered columns for output formatting.


rowCount

rowCount: number

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

Total number of rows returned.


rows

rows: Record<string, unknown>[]

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

Decoded result rows.

Released under the Apache-2.0 License.