Click or drag to resize

DeleteKillRunningAqlQueryQueryAll Property

If set to true, it will attempt to kill the specified query 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