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; }
Public Property Hits As Integer?
Get
Set
public:
property Nullable<int> Hits {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Hits : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also