Click or drag to resize

CachedAqlQueryResultDataSources Property

An array of collections/Views the query was using

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

Property Value

Type: IListString
See Also