public class EdgeReplaceOptions extends Object
Constructor and Description |
---|
EdgeReplaceOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getIfMatch() |
Boolean |
getWaitForSync() |
EdgeReplaceOptions |
ifMatch(String ifMatch) |
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 revisionCopyright © 2016–2017 ArangoDB GmbH. All rights reserved.