Show / Hide Table of Contents

Class AzureSearchIndexDataset

The Azure Search Index.

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

Constructors

AzureSearchIndexDataset(LinkedServiceReference, Object)

Initializes a new instance of AzureSearchIndexDataset.

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

Linked service reference.

System.Object indexName

The name of the Azure Search Index. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

linkedServiceName or indexName is null.

Properties

IndexName

The name of the Azure Search Index. Type: string (or Expression with resultType string).

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

Back to top Azure SDK for .NET