public class EdgeDeleteOptions extends Object
Constructor and Description |
---|
EdgeDeleteOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getIfMatch() |
Boolean |
getWaitForSync() |
EdgeDeleteOptions |
ifMatch(String ifMatch) |
EdgeDeleteOptions |
waitForSync(Boolean waitForSync) |
public Boolean getWaitForSync()
public EdgeDeleteOptions waitForSync(Boolean waitForSync)
waitForSync
- Wait until deletion operation has been synced to disk.public String getIfMatch()
public EdgeDeleteOptions ifMatch(String ifMatch)
ifMatch
- remove a document based on a target revisionCopyright © 2016–2018 ArangoDB GmbH. All rights reserved.