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; }
Public Property Collections As IList(Of PostExplainAqlQueryResponseCollection)
Get
Set
public:
property IList<PostExplainAqlQueryResponseCollection^>^ Collections {
IList<PostExplainAqlQueryResponseCollection^>^ get ();
void set (IList<PostExplainAqlQueryResponseCollection^>^ value);
}
member Collections : IList<PostExplainAqlQueryResponseCollection> with get, set
Property Value
Type:
IListPostExplainAqlQueryResponseCollectionSee Also