Click or drag to resize

PostExplainAqlQueryResponsePlanCollections Property

An array of collections used in the query

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

Property Value

Type: IListPostExplainAqlQueryResponseCollection
See Also