ContentColumnMapping(String, String, String) Constructor
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.
Initializes a new instance of ContentColumnMapping.
public ContentColumnMapping(string name, string sourceField, string searchFieldType);
new Azure.Search.Documents.Indexes.Models.ContentColumnMapping : string * string * string -> Azure.Search.Documents.Indexes.Models.ContentColumnMapping
Public Sub New (name As String, sourceField As String, searchFieldType As String)
Parameters
- name
- String
Target index field name.
- sourceField
- String
SQL column name.
- searchFieldType
- String
Azure AI Search field type (e.g., Edm.String, Edm.Int32).
Exceptions
name, sourceField or searchFieldType is null.