ContentColumnMapping interface

Maps a SQL column to a search index field.

Properties

name

Target index field name.

searchFieldType

Azure AI Search field type (e.g., Edm.String, Edm.Int32).

sourceField

SQL column name.

Property Details

name

Target index field name.

name: string

Property Value

string

searchFieldType

Azure AI Search field type (e.g., Edm.String, Edm.Int32).

searchFieldType: string

Property Value

string

sourceField

SQL column name.

sourceField: string

Property Value

string