Click or drag to resize

GetCurrentlyRunningAqlQueriesQueryAll Property

If set to true, will return the currently running 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