CachedAqlQueryResult Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The CachedAqlQueryResult type exposes the following members.
Name | Description | |
---|---|---|
CachedAqlQueryResult | Initializes a new instance of the CachedAqlQueryResult class |
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
|
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.) |