Uses of Class
com.arangodb.model.DocumentImportOptions
-
Packages that use DocumentImportOptions Package Description com.arangodb com.arangodb.model -
-
Uses of DocumentImportOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentImportOptions Modifier and Type Method Description DocumentImportEntity
ArangoCollection. importDocuments(RawData values, DocumentImportOptions options)
Bulk imports the given values into the collection.DocumentImportEntity
ArangoCollection. importDocuments(Collection<?> values, DocumentImportOptions options)
Bulk imports the given values into the collection. -
Uses of DocumentImportOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentImportOptions Modifier and Type Method 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)
-