AzureAISearchIndex Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure AI Search Index Definition.
public class AzureAISearchIndex : Azure.AI.Projects.DatasetIndex, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AzureAISearchIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AzureAISearchIndex>
type AzureAISearchIndex = class
inherit DatasetIndex
interface IJsonModel<AzureAISearchIndex>
interface IPersistableModel<AzureAISearchIndex>
Public Class AzureAISearchIndex
Inherits DatasetIndex
Implements IJsonModel(Of AzureAISearchIndex), IPersistableModel(Of AzureAISearchIndex)
- Inheritance
- Implements
Constructors
AzureAISearchIndex(String, String) |
Initializes a new instance of AzureAISearchIndex. |
Properties
ConnectionName |
Name of connection to Azure AI Search. |
Description |
The asset description text. (Inherited from DatasetIndex) |
FieldMapping |
Field mapping configuration. |
Id |
Asset ID, a unique identifier for the asset. (Inherited from DatasetIndex) |
IndexName |
Name of index in Azure AI Search resource to attach. |
Name |
The name of the resource. (Inherited from DatasetIndex) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from DatasetIndex) |
Version |
The version of the resource. (Inherited from DatasetIndex) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |