SearchModelFactory.InputFieldMappingEntry Method

Definition

Input field mapping for a skill.

public static Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry InputFieldMappingEntry(string name = default, string source = default, string sourceContext = default, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> inputs = default);
static member InputFieldMappingEntry : string * string * string * seq<Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry> -> Azure.Search.Documents.Indexes.Models.InputFieldMappingEntry
Public Shared Function InputFieldMappingEntry (Optional name As String = Nothing, Optional source As String = Nothing, Optional sourceContext As String = Nothing, Optional inputs As IEnumerable(Of InputFieldMappingEntry) = Nothing) As InputFieldMappingEntry

Parameters

name
String

The name of the input.

source
String

The source of the input.

sourceContext
String

The source context used for selecting recursive inputs.

inputs
IEnumerable<InputFieldMappingEntry>

The recursive inputs used when creating a complex type.

Returns

A new InputFieldMappingEntry instance for mocking.

Applies to