QueryCacheGlobalProperties Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The QueryCacheGlobalProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryCacheGlobalProperties | Initializes a new instance of the QueryCacheGlobalProperties class |
Name | Description | |
---|---|---|
![]() | IncludeSystem |
Whether or not results of queries that involve
system collections will be stored in the query
results cache.
|
![]() | MaxEntrySize |
The maximum individual result size of queries
that will be stored per database-specific cache.
|
![]() | MaxResults |
The maximum number of query results that will
be stored per database-specific cache.
|
![]() | MaxResultsSize |
The maximum cumulated size of query results
that will be stored per database-specific cache.
|
![]() | Mode |
The mode the AQL query results cache operates in.
The mode is one of the following values: off,
on or demand.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |