Arangoexport Options
Usage: arangoexport [<options>]
Global Options
Name | Type | Description |
---|---|---|
collection | string... | Restrict to collection name (can be specified multiple times).
Default: []
|
configuration | string | The configuration file or 'none'.
Default: ""
|
fields | string | Comma separated list of fileds to export into a csv file.
Default: ""
|
graph-name | string | Name of a graph to export.
Default: ""
|
output-directory | string | Output directory.
Default: "/home/steemann/ArangoNoAsan/export"
|
overwrite | boolean | Overwrite data in output directory.
Default: false
|
progress | boolean | Show progress.
Default: true
|
query | string | AQL query to run.
Default: ""
|
type | string | Type of export.
Default: "json"
Possible values:
|
version | boolean | Reports the version and exits.
Default: false
|
xgmml-label-attribute | string | Specify document attribute that will be the xgmml label.
Default: "label"
|
xgmml-label-only | boolean | Export only xgmml label.
Default: false
|
Log Options
Name | Type | Description |
---|---|---|
log.color | boolean | Use colors for TTY logging.
Default: true
|
log.escape | boolean | Escape characters when logging.
Default: true
|
log.level | string... | The global or topic-specific log level.
Default: ["info"]
|
log.output | string... | Log destination(s).
Default: []
|
log.role | boolean | Log server role.
Default: false
|
log.use-local-time | boolean | Use local timezone instead of UTC.
Default: false
|
log.use-microtime | boolean | Use microtime instead.
Default: false
|
Server Options
Name | Type | Description |
---|---|---|
server.authentication | boolean | Require authentication credentials when connecting (does not affect the server-side authentication settings).
Default: false
|
server.connection-timeout | double | Connection timeout in seconds.
Default: 5
|
server.database | string | Database name to use when connecting.
Default: "_system"
|
server.endpoint | string | Endpoint to connect to, use 'none' to start without a server.
Default: "http+tcp://127.0.0.1:8529"
|
server.password | string | Password to use when connecting. If not specified and authentication is required, the user will be prompted for a password.
Default: ""
|
server.request-timeout | double | Request timeout in seconds.
Default: 1200
|
server.username | string | Username to use when connecting.
Default: "root"
|
Ssl Options
Name | Type | Description |
---|---|---|
ssl.protocol | uint64 | Ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSV1.2).
Default: 5
Possible values:
|
Temp Options
Name | Type | Description |
---|---|---|
temp.path | string | Path for temporary files.
Default: ""
|