ContentColumnMapping(String, String, String) Constructor

Definition

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.

Applies to