Skip to content

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

Interface: CipReportQueryResult ​

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

Result of a curated report query.

Extends ​

Properties ​

columns ​

columns: string[]

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

Ordered columns for output formatting.

Inherited from ​

CipQueryResult.columns


reportName ​

reportName: string

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


rowCount ​

rowCount: number

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

Total number of rows returned.

Inherited from ​

CipQueryResult.rowCount


rows ​

rows: Record<string, unknown>[]

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

Decoded result rows.

Inherited from ​

CipQueryResult.rows

Released under the Apache-2.0 License.