SearchIndexer.FieldMappings Property

Definition

Defines mappings between fields in the data source and corresponding target fields in the index.

public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.FieldMapping> FieldMappings { get; }
member this.FieldMappings : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.FieldMapping>
Public ReadOnly Property FieldMappings As IList(Of FieldMapping)

Property Value

Applies to