ImportDocumentsResponse Class |
Namespace: ArangoDBNetStandard.BulkOperationsApi.Models
The ImportDocumentsResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImportDocumentsResponse | Initializes a new instance of the ImportDocumentsResponse class |
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).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |