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

SearchIndexerSkill.Outputs 属性

定义

技能的输出要么是搜索索引中的字段,要么是另一个技能可以用作输入的值。

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

属性值

适用于