Optional allowWhether ArangoDB is allowed to perform a dirty read to respond to this
request. If set to true, the response may reflect a dirty state from
a non-authoritative server.
Optional baseOptional prefix path to prepend to the path.
Optional body?: anyRequest body data.
Optional expectIf set to true, the response body will not be interpreted as JSON and
instead passed as-is.
Optional headers?: HeadersHTTP headers to pass along with this request in addition to the default headers generated by arangojs.
Optional isIf set to true, the request body will not be converted to JSON and
instead passed as-is.
Optional method?: stringHTTP method to use in order to perform the request.
Default: "GET"
Optional path?: stringURL path, relative to the basePath and server domain.
Optional qs?: string | ParamsURL parameters to pass as part of the query string.
Optional retryIf set to a positive number, the request will automatically be retried at most this many times if it results in a write-write conflict.
Default: 0
Optional timeout?: numberTime in milliseconds after which arangojs will abort the request if the socket has not already timed out.
See also agentOptions.timeout in Config.
Generated using TypeDoc
Options for performing a request with arangojs.