Click or drag to resize

QueryCacheGlobalPropertiesMode Property

The mode the AQL query results cache operates in. The mode is one of the following values: off, on or demand.

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

Property Value

Type: String
See Also