Show / Hide Table of Contents

Class AzureDataExplorerTableDataset

The Azure Data Explorer (Kusto) dataset.

Inheritance
System.Object
Dataset
AzureDataExplorerTableDataset
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.AzureDataExplorerTableDataset/AzureDataExplorerTableDatasetConverter))]
public class AzureDataExplorerTableDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

AzureDataExplorerTableDataset(LinkedServiceReference)

Initializes a new instance of AzureDataExplorerTableDataset.

Declaration
public AzureDataExplorerTableDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

Exceptions
System.ArgumentNullException

linkedServiceName is null.

Properties

Table

The table name of the Azure Data Explorer database. Type: string (or Expression with resultType string).

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

Back to top Azure SDK for .NET