public class VertexDeleteOptions extends Object
| Constructor and Description |
|---|
VertexDeleteOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIfMatch() |
String |
getStreamTransactionId() |
Boolean |
getWaitForSync() |
VertexDeleteOptions |
ifMatch(String ifMatch) |
VertexDeleteOptions |
streamTransactionId(String streamTransactionId) |
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 revisionpublic String getStreamTransactionId()
public VertexDeleteOptions streamTransactionId(String streamTransactionId)
streamTransactionId - If set, the operation will be executed within the transaction.Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.