SapOpenHubTableDataset interface

Sap Business Warehouse Open Hub Destination Table properties.

Extends

Properties

baseRequestId

The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).

excludeLastRequest

Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).

openHubDestinationName

The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

annotations

List of tags that can be used for describing the Dataset.

description

Dataset description.

folder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

linkedServiceName

Linked service reference.

parameters

Parameters for dataset.

schema

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

structure

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

Property Details

baseRequestId

The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).

baseRequestId?: any

Property Value

any

excludeLastRequest

Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).

excludeLastRequest?: any

Property Value

any

openHubDestinationName

The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with resultType string).

openHubDestinationName: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "SapOpenHubTable"

Property Value

"SapOpenHubTable"

Inherited Property Details

annotations

List of tags that can be used for describing the Dataset.

annotations?: any[]

Property Value

any[]

Inherited From Dataset.annotations

description

Dataset description.

description?: string

Property Value

string

Inherited From Dataset.description

folder

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

folder?: DatasetFolder

Property Value

Inherited From Dataset.folder

linkedServiceName

Linked service reference.

linkedServiceName: LinkedServiceReference

Property Value

Inherited From Dataset.linkedServiceName

parameters

Parameters for dataset.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From Dataset.parameters

schema

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

schema?: any

Property Value

any

Inherited From Dataset.schema

structure

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

structure?: any

Property Value

any

Inherited From Dataset.structure