Click or drag to resize

ImportDocumentsResponse Properties

The ImportDocumentsResponse type exposes the following members.

Properties
  NameDescription
Public propertyCode
The HTTP status code.
Public propertyCreated
The number of documents imported.
Public propertyDetails
If query parameter details is set to true, this attribute is an array with more detailed information about which documents could not be inserted.
Public propertyEmpty
The number of empty lines found in the input (will only contain a value greater zero for types documents or auto).
Public propertyError
Indicates whether an error occurred
Public propertyErrorMessage
If Error occured, this is the Error Message
Public propertyErrorNum
If Error occured, this is the Error Number
Public propertyErrors
The number of documents that were not imported due to an error.
Public propertyIgnored
The number of failed but ignored insert operations (in case onDuplicate was set to ignore).
Public propertyUpdated
The number of updated/replaced documents (in case onDuplicate was set to either update or replace).
Top
See Also