| PostDocumentsQuery Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ArangoDBNetStandard.DocumentApi.Models
 Syntax
SyntaxThe PostDocumentsQuery type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PostDocumentsQuery | Initializes a new instance of the PostDocumentsQuery class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Overwrite | 
            If a document already exists, whether to overwrite (replace) the document rather than respond with error.
             | 
|  | ReturnNew | 
            Whether to return a full copy of the new document.
             | 
|  | ReturnOld | 
            Whether to return a full copy of the old document.
             | 
|  | Silent | 
            If set to true, an empty object will be returned as response.
            No meta-data will be returned for the created document.
            This option can be used to save some network traffic.
             | 
|  | WaitForSync | 
 Methods
Methods| 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.) | 
 See Also
See Also