Class AzureSearchIndexDataset
The Azure Search Index.
Inherited Members
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
|
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
|