Package | Description |
---|---|
com.arangodb | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
DocumentImportEntity |
ArangoCollection.importDocuments(Collection<?> values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(String values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
Modifier and Type | Method and Description |
---|---|
DocumentImportOptions |
DocumentImportOptions.complete(Boolean complete) |
DocumentImportOptions |
DocumentImportOptions.details(Boolean details) |
DocumentImportOptions |
DocumentImportOptions.fromPrefix(String fromPrefix) |
DocumentImportOptions |
DocumentImportOptions.onDuplicate(DocumentImportOptions.OnDuplicate onDuplicate) |
DocumentImportOptions |
DocumentImportOptions.overwrite(Boolean overwrite) |
DocumentImportOptions |
DocumentImportOptions.toPrefix(String toPrefix) |
DocumentImportOptions |
DocumentImportOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.