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