ImportDocumentsResponse Properties |
The ImportDocumentsResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code |
The HTTP status code.
|
![]() | Created |
The number of documents imported.
|
![]() | Details |
If query parameter details is set to true,
this attribute is an array with more detailed
information about which documents could not
be inserted.
|
![]() | Empty |
The number of empty lines found in the input
(will only contain a value greater zero
for types documents or auto).
|
![]() | Error |
Indicates whether an error occurred
|
![]() | ErrorMessage |
If Error occured, this is the Error Message
|
![]() | ErrorNum |
If Error occured, this is the Error Number
|
![]() | Errors |
The number of documents that were
not imported due to an error.
|
![]() | Ignored |
The number of failed but ignored
insert operations
(in case onDuplicate was set to ignore).
|
![]() | Updated |
The number of updated/replaced documents
(in case onDuplicate was set to either
update or replace).
|