Package version:

Interface SapOdpResourceDataset

SAP ODP Resource properties.

Hierarchy

Properties

annotations?: any[]

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

context: any

The context of the SAP ODP Object. Type: string (or Expression with resultType string).

description?: string

Dataset description.

folder?: DatasetFolder

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

linkedServiceName: LinkedServiceReference

Linked service reference.

objectName: any

The name of the SAP ODP Object. Type: string (or Expression with resultType string).

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

Parameters for dataset.

Type declaration

schema?: any

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

structure?: any

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

type: "SapOdpResource"

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

Generated using TypeDoc