public final class IndexDocumentsResult extends Object
| Constructor and Description |
|---|
IndexDocumentsResult(List<IndexingResult> results)
Constructor of
IndexDocumentsResult. |
| Modifier and Type | Method and Description |
|---|---|
List<IndexingResult> |
getResults()
Get the results property: The list of status information for each
document in the indexing request.
|
public IndexDocumentsResult(List<IndexingResult> results)
IndexDocumentsResult.results - The list of status information for each document in the indexing request.public List<IndexingResult> getResults()
Copyright © 2020 Microsoft Corporation. All rights reserved.