DocumentIndexResult.Results Property

Definition

Gets the list of status information for each document in the indexing request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to