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