CachedAqlQueryResult Properties |
The CachedAqlQueryResult type exposes the following members.
Name | Description | |
---|---|---|
BindVars |
The query’s bind parameters. This attribute is only
shown if tracking for bind variables was enabled
at server start
| |
DataSources |
An array of collections/Views the query was using
| |
Hash |
The query result’s hash
| |
Hits |
The number of times the result was served from the cache
(can be 0 for queries that were only stored in the cache
but were never accessed again afterwards)
| |
Query |
The query string
| |
Results |
The number of documents/rows in the query result
| |
RunTime |
The query’s run time
| |
Size |
The size of the query result and bind parameters, in bytes
| |
Started |
The date and time when the query was stored in the cache
|