Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowDirtyRead
Set to true allows reading from followers in an active-failover
setup.
|
int |
batchSize
Maximum number of result documents to be transferred from the server to the
client in one roundtrip.
|
boolean |
cache
Flag to determine whether the AQL query cache shall be used.
|
boolean |
count
Indicates whether the number of documents in the result set should be
returned in the "count" attribute of the result.
|
boolean |
fullCount
If set to true and the query contains a LIMIT clause, then the result will
have an extra attribute with the sub-attributes stats and fullCount, { ... ,
"extra": { "stats": { "fullCount": 123 } } }.
|
int |
maxPlans
Limits the maximum number of plans that are created by the AQL query
optimizer.
|
long |
memoryLimit
The maximum number of memory (measured in bytes) that the query is allowed to
use.
|
boolean |
profile
If set to true, then the additional query profiling information will be
returned in the sub-attribute profile of the extra return attribute if the
query result is not served from the query cache.
|
String[] |
rules
A list of to-be-included or to-be-excluded optimizer rules can be put into
this attribute, telling the optimizer to include or exclude specific rules.
|
boolean |
stream
Specify true and the query will be executed in a streaming fashion.
|
int |
ttl
The time-to-live for the cursor (in seconds).
|
public abstract int batchSize
public abstract boolean cache
public abstract boolean count
public abstract boolean fullCount
public abstract int maxPlans
public abstract boolean profile
public abstract String[] rules
public abstract int ttl
public abstract boolean stream
public abstract long memoryLimit
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.