Click or drag to resize

DeleteDocumentsQuery Properties

The DeleteDocumentsQuery type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreRevs
If set to true, ignore any _rev attribute in the selectors. No revision check is performed.
Public propertyReturnOld
Whether to return the complete previous revision of the changed document under the Old.
Public propertySilent
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.
Public propertyWaitForSync
Wait until deletion operation has been synced to disk.
Top
See Also