Package com.arangodb.model
Class DocumentDeleteOptions
java.lang.Object
com.arangodb.model.TransactionalOptions<DocumentDeleteOptions>
com.arangodb.model.DocumentDeleteOptions
- Author:
- Mark Vollmary, Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionignoreRevs
(Boolean ignoreRevs) refillIndexCaches
(Boolean refillIndexCaches) waitForSync
(Boolean waitForSync) Methods inherited from class com.arangodb.model.TransactionalOptions
getStreamTransactionId, streamTransactionId
-
Constructor Details
-
DocumentDeleteOptions
public DocumentDeleteOptions()
-
-
Method Details
-
getWaitForSync
-
waitForSync
- Parameters:
waitForSync
- Wait until deletion operation has been synced to disk.- Returns:
- options
-
getIfMatch
-
ifMatch
- Parameters:
ifMatch
- remove a document based on a target revision- Returns:
- options
-
getReturnOld
-
returnOld
- Parameters:
returnOld
- Return additionally the complete previous revision of the changed document under the attribute old in the result.- Returns:
- options
-
getSilent
-
silent
- Parameters:
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.- Returns:
- options
-
getRefillIndexCaches
-
refillIndexCaches
- Parameters:
refillIndexCaches
- Whether to delete an existing entry from the in-memory edge cache and refill it with another edge if an edge document is removed.- Returns:
- options
- Since:
- ArangoDB 3.11
-
getIgnoreRevs
-
ignoreRevs
- Parameters:
ignoreRevs
- If set to true, ignore any _rev attribute in the selectors. No revision check is performed. If set to false then revisions are checked. The default is true.- Returns:
- options
-