Class IndexDocumentsResult
java.lang.Object
com.azure.search.documents.models.IndexDocumentsResult
Response containing the status of operations for all documents in the
indexing request.
-
Constructor Summary
ConstructorsConstructorDescriptionIndexDocumentsResult
(List<IndexingResult> results) Constructor ofIndexDocumentsResult
. -
Method Summary
Modifier and TypeMethodDescriptionGet the results property: The list of status information for each document in the indexing request.
-
Constructor Details
-
IndexDocumentsResult
Constructor ofIndexDocumentsResult
.- Parameters:
results
- The list of status information for each document in the indexing request.
-
-
Method Details
-
getResults
Get the results property: The list of status information for each document in the indexing request.- Returns:
- the results value.
-