IndexDocumentsResult Class
- java.
lang. Object - com.
azure. search. documents. models. IndexDocumentsResult
- com.
Implements
public final class IndexDocumentsResult
implements JsonSerializable<IndexDocumentsResult>
Response containing the status of operations for all documents in the indexing request.
Constructor Summary
Constructor | Description |
---|---|
IndexDocumentsResult(List<IndexingResult> results) |
Creates an instance of Index |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Index |
fromJson(JsonReader jsonReader)
Reads an instance of Index |
List<Indexing |
getResults()
Get the results property: The list of status information for each document in the indexing request. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
IndexDocumentsResult
public IndexDocumentsResult(List
Creates an instance of IndexDocumentsResult class.
Parameters:
Method Details
fromJson
public static IndexDocumentsResult fromJson(JsonReader jsonReader)
Reads an instance of IndexDocumentsResult from the JsonReader.
Parameters:
Returns:
Throws:
getResults
public List
Get the results property: The list of status information for each document in the indexing request.
Returns:
toJson
Applies to
Azure SDK for Java