public class DocumentCreateOptions extends Object
| Constructor and Description |
|---|
DocumentCreateOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getReturnNew() |
Boolean |
getWaitForSync() |
DocumentCreateOptions |
returnNew(Boolean returnNew) |
DocumentCreateOptions |
waitForSync(Boolean waitForSync) |
public Boolean getWaitForSync()
public DocumentCreateOptions waitForSync(Boolean waitForSync)
waitForSync - Wait until document has been synced to disk.public Boolean getReturnNew()
public DocumentCreateOptions returnNew(Boolean returnNew)
returnNew - Return additionally the complete new document under the attribute new in the result.Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.