Click or drag to resize

AqlFunctionApiClientDeleteClearSlowAqlQueriesAsync Method

Clears the list of slow AQL queries in the currently selected database or in all databases. DELETE /_api/query/slow

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<ResponseBase> DeleteClearSlowAqlQueriesAsync(
	DeleteClearSlowAqlQueriesQuery query = null
)

Parameters

query (Optional)
Type: ArangoDBNetStandard.AqlFunctionApi.ModelsDeleteClearSlowAqlQueriesQuery
The query parameters of the request. If All parameter is set to true, it will aclear 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.

Return Value

Type: TaskResponseBase

Implements

IAqlFunctionApiClientDeleteClearSlowAqlQueriesAsync(DeleteClearSlowAqlQueriesQuery)
See Also