你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchIndexerIndexProjectionSelector.Mappings Property

Definition

Mappings for the projection, or which source should be mapped to which field in the target index.

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

Property Value

Applies to