Click or drag to resize

ImportDocumentsResponse Class

Inheritance Hierarchy
SystemObject
  ArangoDBNetStandard.BulkOperationsApi.ModelsImportDocumentsResponse

Namespace:  ArangoDBNetStandard.BulkOperationsApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class ImportDocumentsResponse

The ImportDocumentsResponse type exposes the following members.

Constructors
  NameDescription
Public methodImportDocumentsResponse
Initializes a new instance of the ImportDocumentsResponse class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also