SearchModelFactory.OutputFieldMappingEntry(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Output field mapping for a skill.
public static Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry OutputFieldMappingEntry(string name = default, string targetName = default);
static member OutputFieldMappingEntry : string * string -> Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry
Public Shared Function OutputFieldMappingEntry (Optional name As String = Nothing, Optional targetName As String = Nothing) As OutputFieldMappingEntry
Parameters
- name
- String
The name of the output defined by the skill.
- targetName
- String
The target name of the output. It is optional and default to name.
Returns
A new OutputFieldMappingEntry instance for mocking.