Click or drag to resize

PostExplainAqlQueryResponsePlanVariables Property

Array of variables used in the query (note: this may contain internal variables created by the optimizer)

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IList<PostExplainAqlQueryResponseVariable> Variables { get; set; }

Property Value

Type: IListPostExplainAqlQueryResponseVariable
See Also