DeleteDocumentQuery Class |
Namespace: ArangoDBNetStandard.DocumentApi.Models
The DeleteDocumentQuery type exposes the following members.
Name | Description | |
---|---|---|
DeleteDocumentQuery | Initializes a new instance of the DeleteDocumentQuery class |
Name | Description | |
---|---|---|
ReturnOld |
Whether to return the complete previous revision of the changed document
under the Old.
| |
Silent |
If set to true, an empty object will be returned as response.
No meta-data will be returned for the deleted documents.
This option can be used to save some network traffic.
| |
WaitForSync |
Wait until deletion operation has been synced to disk.
|
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.) |