Share via


IndexerExecutionResult.Warnings Property

Definition

Gets the item-level indexing warnings.

[Newtonsoft.Json.JsonProperty(PropertyName="warnings")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ItemWarning> Warnings { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="warnings")>]
member this.Warnings : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.ItemWarning>
Public ReadOnly Property Warnings As IList(Of ItemWarning)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to