Share via


AzureAISearchIndex interface

Azure AI Search Index Definition

Extends
@azure/ai-projects.Index

Properties

connectionName

Name of connection to Azure AI Search

fieldMapping

Field mapping configuration

indexName

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

Field mapping configuration

fieldMapping?: FieldMapping

Property Value

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

The name of the resource

name: string

Property Value

string

Inherited From Index.name

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Index.tags

version

The version of the resource

version: string

Property Value

string

Inherited From Index.version