ContentColumnMapping interface
Maps a SQL column to a search index field.
Properties
| name | Target index field name. |
| search |
Azure AI Search field type (e.g., Edm.String, Edm.Int32). |
| source |
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