1
0
Fork 0
arangodb/Documentation/Examples/arangoexport.json

381 lines
9.8 KiB
JSON

{
"check-configuration" : {
"default" : false,
"description" : "check the configuration and exit",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "",
"type" : "boolean"
},
"collection" : {
"default" : [
],
"description" : "restrict to collection name (can be specified multiple times)",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string..."
},
"config" : {
"default" : "",
"description" : "the configuration file or 'none'",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "",
"type" : "string"
},
"configuration" : {
"default" : "",
"description" : "the configuration file or 'none'",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string"
},
"define" : {
"default" : [
],
"description" : "define key=value for a @key@ entry in config file",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "",
"type" : "string..."
},
"dump-dependencies" : {
"default" : false,
"description" : "dump dependency graph",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "",
"type" : "boolean"
},
"dump-options" : {
"default" : true,
"description" : "dump configuration options in JSON format",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "",
"type" : "boolean"
},
"fields" : {
"default" : "",
"description" : "comma separated list of fileds to export into a csv file",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string"
},
"graph-name" : {
"default" : "",
"description" : "name of a graph to export",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string"
},
"log" : {
"default" : [
"info"
],
"description" : "the global or topic-specific log level",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "",
"type" : "string..."
},
"log.color" : {
"default" : true,
"description" : "use colors for TTY logging",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "boolean"
},
"log.escape" : {
"default" : true,
"description" : "escape characters when logging",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "boolean"
},
"log.file" : {
"default" : "-",
"description" : "shortcut for '--log.output file://<filename>'",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "string"
},
"log.force-direct" : {
"default" : false,
"description" : "do not start a seperate thread for logging",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.foreground-tty" : {
"default" : false,
"description" : "also log to tty if backgrounded",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.keep-logrotate" : {
"default" : false,
"description" : "keep the old log file after receiving a sighup",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.level" : {
"default" : [
"info"
],
"description" : "the global or topic-specific log level",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "string..."
},
"log.line-number" : {
"default" : false,
"description" : "append line number and file name",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.output" : {
"default" : [
],
"description" : "log destination(s)",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "string..."
},
"log.performance" : {
"default" : false,
"description" : "shortcut for '--log.level performance=trace'",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.prefix" : {
"default" : "",
"description" : "prefix log message with this string",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "string"
},
"log.role" : {
"default" : false,
"description" : "log server role",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "boolean"
},
"log.shorten-filenames" : {
"default" : true,
"description" : "shorten filenames in log output (use with --log.line-number)",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.thread" : {
"default" : false,
"description" : "show thread identifier in log message",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.thread-name" : {
"default" : false,
"description" : "show thread name in log message",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "log",
"type" : "boolean"
},
"log.use-local-time" : {
"default" : false,
"description" : "use local timezone instead of UTC",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "boolean"
},
"log.use-microtime" : {
"default" : false,
"description" : "use microtime instead",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "log",
"type" : "boolean"
},
"output-directory" : {
"default" : "/home/steemann/ArangoNoAsan/export",
"description" : "output directory",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string"
},
"overwrite" : {
"default" : false,
"description" : "overwrite data in output directory",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "boolean"
},
"progress" : {
"default" : true,
"description" : "show progress",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "boolean"
},
"query" : {
"default" : "",
"description" : "AQL query to run",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string"
},
"random.generator" : {
"default" : 1,
"description" : "random number generator to use (1 = MERSENNE, 2 = RANDOM, 3 = URANDOM, 4 = COMBINED (not for Windows), 5 = WinCrypt (Windows only)",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "random",
"type" : "uint32",
"values" : "Possible values: 1, 2, 3, 4"
},
"server.authentication" : {
"default" : false,
"description" : "require authentication credentials when connecting (does not affect the server-side authentication settings)",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "boolean"
},
"server.connection-timeout" : {
"default" : 5,
"description" : "connection timeout in seconds",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "double"
},
"server.database" : {
"default" : "_system",
"description" : "database name to use when connecting",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "string"
},
"server.endpoint" : {
"default" : "http+tcp://127.0.0.1:8529",
"description" : "endpoint to connect to, use 'none' to start without a server",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "string"
},
"server.max-packet-size" : {
"default" : 1073741824,
"description" : "maximum packet size (in bytes) for client/server communication",
"enterpriseOnly" : false,
"hidden" : true,
"section" : "server",
"type" : "uint64"
},
"server.password" : {
"default" : "",
"description" : "password to use when connecting. If not specified and authentication is required, the user will be prompted for a password",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "string"
},
"server.request-timeout" : {
"default" : 1200,
"description" : "request timeout in seconds",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "double"
},
"server.username" : {
"default" : "root",
"description" : "username to use when connecting",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "server",
"type" : "string"
},
"ssl.protocol" : {
"default" : 5,
"description" : "ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSv1.2)",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "ssl",
"type" : "uint64",
"values" : "Possible values: 1, 2, 3, 4, 5"
},
"temp.path" : {
"default" : "",
"description" : "path for temporary files",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "temp",
"type" : "string"
},
"type" : {
"default" : "json",
"description" : "type of export",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string",
"values" : "Possible values: \"csv\", \"json\", \"jsonl\", \"xgmml\", \"xml\""
},
"version" : {
"default" : false,
"description" : "reports the version and exits",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "boolean"
},
"xgmml-label-attribute" : {
"default" : "label",
"description" : "specify document attribute that will be the xgmml label",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "string"
},
"xgmml-label-only" : {
"default" : false,
"description" : "export only xgmml label",
"enterpriseOnly" : false,
"hidden" : false,
"section" : "",
"type" : "boolean"
}
}