IndexBatchException.IndexingResults Property

Definition

Gets the results for the index batch that contains the status for each individual index action.

public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.IndexingResult> IndexingResults { get; }
member this.IndexingResults : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.IndexingResult>
Public ReadOnly Property IndexingResults As IList(Of IndexingResult)

Property Value

Applies to