Click or drag to resize

DeleteClearSlowAqlQueriesQueryAll Property

If set to true, it will clear the slow query history 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