SearchIndexerSkill.Inputs Property

Definition

Inputs of the skills could be a column in the source data set, or the output of an upstream skill.

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

Property Value

Applies to