public class EdgeReplaceOptions extends Object
Constructor and Description |
---|
EdgeReplaceOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getIfMatch() |
String |
getStreamTransactionId() |
Boolean |
getWaitForSync() |
EdgeReplaceOptions |
ifMatch(String ifMatch) |
EdgeReplaceOptions |
streamTransactionId(String streamTransactionId) |
EdgeReplaceOptions |
waitForSync(Boolean waitForSync) |
public Boolean getWaitForSync()
public EdgeReplaceOptions waitForSync(Boolean waitForSync)
waitForSync
- Wait until document has been synced to disk.public String getIfMatch()
public EdgeReplaceOptions ifMatch(String ifMatch)
ifMatch
- replace a document based on target revisionpublic String getStreamTransactionId()
public EdgeReplaceOptions streamTransactionId(String streamTransactionId)
streamTransactionId
- If set, the operation will be executed within the transaction.Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.