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