Click or drag to resize

CachedAqlQueryResult Properties

The CachedAqlQueryResult type exposes the following members.

Properties
  NameDescription
Public propertyBindVars
The query’s bind parameters. This attribute is only shown if tracking for bind variables was enabled at server start
Public propertyDataSources
An array of collections/Views the query was using
Public propertyHash
The query result’s hash
Public propertyHits
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)
Public propertyQuery
The query string
Public propertyResults
The number of documents/rows in the query result
Public propertyRunTime
The query’s run time
Public propertySize
The size of the query result and bind parameters, in bytes
Public propertyStarted
The date and time when the query was stored in the cache
Top
See Also