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