Package version:

Interface IndexDocumentsResult

Response containing the status of operations for all documents in the indexing request.

interface IndexDocumentsResult {
    results: IndexingResult[];
}

Properties

Properties

results: IndexingResult[]

The list of status information for each document in the indexing request. NOTE: This property will not be serialized. It can only be populated by the server.