Click or drag to resize

PostExplainAqlQueryResponseCacheable Property

Indicates whether the query results can be cached on the server if the query result cache were used.

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

Property Value

Type: NullableBoolean
See Also