Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
DocumentImportEntity |
ArangoCollection.importDocuments(Collection<?> values)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(Collection<?> values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(String values)
Bulk imports the given values into the collection.
|
DocumentImportEntity |
ArangoCollection.importDocuments(String values,
DocumentImportOptions options)
Bulk imports the given values into the collection.
|
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.