Indexer.OutputFieldMappings Property

Definition

Gets or sets output field mappings are applied after enrichment and immediately before indexing.

[Newtonsoft.Json.JsonProperty(PropertyName="outputFieldMappings")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.FieldMapping> OutputFieldMappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputFieldMappings")>]
member this.OutputFieldMappings : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.FieldMapping> with get, set
Public Property OutputFieldMappings As IList(Of FieldMapping)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to