Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 758 Bytes

BulkResponse.md

File metadata and controls

executable file
·
15 lines (11 loc) · 758 Bytes

ManticoreSearch.Model.BulkResponse

Success response for bulk search requests

Properties

Name Type Description Notes
Items List<Object> List of results [optional]
Errors bool Errors occurred during the bulk operation [optional]
Error string Error message describing an error if such occurred [optional]
CurrentLine int Number of the row returned in the response [optional]
SkippedLines int Number of rows skipped in the response [optional]

[Back to Model list] [Back to API list] [Back to README]