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

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

Interface: CipReportExecutionOptions

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

Options for executing a curated report.

Extends

Properties

connectionProperties?

optional connectionProperties: Record<string, string>

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

Optional Avatica connection properties.

Inherited from

CipQueryOptions.connectionProperties


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


params

params: Record<string, string>

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

Released under the Apache-2.0 License.