Click or drag to resize

QueryCacheGlobalProperties Properties

The QueryCacheGlobalProperties type exposes the following members.

Properties
  NameDescription
Public propertyIncludeSystem
Whether or not results of queries that involve system collections will be stored in the query results cache.
Public propertyMaxEntrySize
The maximum individual result size of queries that will be stored per database-specific cache.
Public propertyMaxResults
The maximum number of query results that will be stored per database-specific cache.
Public propertyMaxResultsSize
The maximum cumulated size of query results that will be stored per database-specific cache.
Public propertyMode
The mode the AQL query results cache operates in. The mode is one of the following values: off, on or demand.
Top
See Also