Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BipReadAttributes

Properties to configure reading from a FUSION_APP BIP data asset / connection.

Properties

Optional bucketSchema

bucketSchema: model.Schema

Optional customParameters

customParameters: Array<BipReportParameterValue>

An array of custom BIP report parameters and their values.

Optional fetchNextRowsParameter

fetchNextRowsParameter: undefined | string

Name of BIP report parameter to control the start of the chunk

Optional fetchSize

fetchSize: undefined | number

The fetch size for reading. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const modelType

modelType: string = "BIP_READ_ATTRIBUTE"

Optional offsetParameter

offsetParameter: undefined | string

Name of BIP report parameter to control the start of the chunk

Optional rowLimit

rowLimit: undefined | number

The maximum number of rows to read. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional stagingConnection

stagingConnection: model.ConnectionSummaryFromObjectStorage

Optional stagingDataAsset

stagingDataAsset: model.DataAssetSummaryFromObjectStorage

Methods

getDeserializedJsonObj

getJsonObj