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; }
Public Property All As Boolean?
Get
Set
public:
property Nullable<bool> All {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member All : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also