IndexBatchException.IndexResponse Property

 

Applies To: Microsoft Azure

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

Namespace:   Microsoft.Azure.Search
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Syntax

public DocumentIndexResponse IndexResponse { get; }
public:
property DocumentIndexResponse^ IndexResponse {
    DocumentIndexResponse^ get();
}
member IndexResponse : DocumentIndexResponse with get
Public ReadOnly Property IndexResponse As DocumentIndexResponse

Property Value

Type: Microsoft.Azure.Search.Models.DocumentIndexResponse

See Also

IndexBatchException Class
Microsoft.Azure.Search Namespace

Return to top