AzureAISearchIndex interface
Azure AI Search Index Definition
- Extends
-
@azure/ai-projects.Index
Properties
| connection |
Name of connection to Azure AI Search |
| field |
Field mapping configuration |
| index |
Name of index in Azure AI Search resource to attach |
| type | Type of index |
Inherited Properties
| description | The asset description text. |
| id | Asset ID, a unique identifier for the asset |
| name | The name of the resource |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
| version | The version of the resource |
Property Details
connectionName
Name of connection to Azure AI Search
connectionName: string
Property Value
string
fieldMapping
indexName
Name of index in Azure AI Search resource to attach
indexName: string
Property Value
string
type
Type of index
type: "AzureSearch"
Property Value
"AzureSearch"
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From Index.description
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
Inherited From Index.id
name
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Index.tags