Click or drag to resize

QueryCacheGlobalPropertiesIncludeSystem Property

Whether or not results of queries that involve system collections will be stored in the query results cache.

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

Property Value

Type: NullableBoolean
See Also