Show / Hide Table of Contents

Class WebTableDataset

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

Inheritance
System.Object
Dataset
WebTableDataset
Inherited Members
Dataset.AdditionalProperties
Dataset.Annotations
Dataset.Description
Dataset.Folder
Dataset.LinkedServiceName
Dataset.Parameters
Dataset.Schema
Dataset.Structure
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebTableDataset/WebTableDatasetConverter))]
public class WebTableDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

WebTableDataset(LinkedServiceReference, Object)

Initializes a new instance of WebTableDataset.

Declaration
public WebTableDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object index);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

System.Object index

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

Exceptions
System.ArgumentNullException

linkedServiceName or index is null.

Properties

Index

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

Declaration
public object Index { get; set; }
Property Value
System.Object

Path

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

Declaration
public object Path { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET