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