Click or drag to resize

CachedAqlQueryResult Class

Inheritance Hierarchy
SystemObject
  ArangoDBNetStandard.AqlFunctionApi.ModelsCachedAqlQueryResult

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class CachedAqlQueryResult

The CachedAqlQueryResult type exposes the following members.

Constructors
  NameDescription
Public methodCachedAqlQueryResult
Initializes a new instance of the CachedAqlQueryResult class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also