public class ImportOptionsRaw extends ImportOptionsJson
Modifier and Type | Class and Description |
---|---|
static class |
ImportOptionsRaw.ImportType |
ImportOptions.OnDuplicate
Constructor and Description |
---|
ImportOptionsRaw(ImportOptionsRaw.ImportType importType) |
Modifier and Type | Method and Description |
---|---|
ImportOptionsRaw.ImportType |
getImportType()
Determines how the body of the request will be interpreted. type can have
the following values:
ImportType.DOCUMENTS: when this type is used, each line in the request
body is expected to be an individual JSON-encoded document.
|
ImportOptionsRaw |
setImportType(ImportOptionsRaw.ImportType importType)
Determines how the body of the request will be interpreted. type can have
the following values:
ImportType.DOCUMENTS: when this type is used, each line in the request
body is expected to be an individual JSON-encoded document.
|
Map<String,Object> |
toMap() |
getFromPrefix, getToPrefix, setFromPrefix, setToPrefix
getComplete, getDetails, getOnDuplicate, getOverwrite, getWaitForSync, setComplete, setDetails, setOnDuplicate, setOverwrite, setWaitForSync
public ImportOptionsRaw(ImportOptionsRaw.ImportType importType)
public ImportOptionsRaw.ImportType getImportType()
public ImportOptionsRaw setImportType(ImportOptionsRaw.ImportType importType)
importType
- public Map<String,Object> toMap()
toMap
in interface OptionsInterface
toMap
in class ImportOptionsJson
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.