Class IndexDocumentsResult

java.lang.Object
com.azure.search.documents.models.IndexDocumentsResult

public final class IndexDocumentsResult extends Object
Response containing the status of operations for all documents in the indexing request.
  • Constructor Details

    • IndexDocumentsResult

      public IndexDocumentsResult(List<IndexingResult> results)
      Constructor of IndexDocumentsResult.
      Parameters:
      results - The list of status information for each document in the indexing request.
  • Method Details

    • getResults

      public List<IndexingResult> getResults()
      Get the results property: The list of status information for each document in the indexing request.
      Returns:
      the results value.