Indexer.Parameters Property

Definition

Gets or sets parameters for indexer execution.

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public Microsoft.Azure.Search.Models.IndexingParameters Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : Microsoft.Azure.Search.Models.IndexingParameters with get, set
Public Property Parameters As IndexingParameters

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to