Click or drag to resize

GetSlowAqlQueriesQueryAll Property

If set to true, it will return a list of slow running AQL queries in all databases, not just the selected one. Using the parameter is only allowed in the system database and with superuser privileges.

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

Property Value

Type: NullableBoolean
See Also