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