Click or drag to resize

CachedAqlQueryResultHits Property

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)

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public int? Hits { get; set; }

Property Value

Type: NullableInt32
See Also