Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebTableDataset

Package version

The dataset points to a HTML table in the web page.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional description

description: undefined | string

Dataset description.

Optional folder

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

index

index: any

The zero-based index of the table in the web page. Type: integer (or Expression with resultType integer), minimum: 0.

linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional parameters

parameters: undefined | {}

Parameters for dataset.

Optional path

path: any

The relative URL to the web page from the linked service URL. Type: string (or Expression with resultType string).

Optional schema

schema: any

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

Optional structure

structure: any

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

type

type: "WebTable"

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

Generated using TypeDoc