IAqlFunctionApiClientDeleteClearSlowAqlQueriesAsync 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 Task<ResponseBase> DeleteClearSlowAqlQueriesAsync(
DeleteClearSlowAqlQueriesQuery query = null
)
Function DeleteClearSlowAqlQueriesAsync (
Optional query As DeleteClearSlowAqlQueriesQuery = Nothing
) As Task(Of ResponseBase)
Task<ResponseBase^>^ DeleteClearSlowAqlQueriesAsync(
DeleteClearSlowAqlQueriesQuery^ query = nullptr
)
abstract DeleteClearSlowAqlQueriesAsync :
?query : DeleteClearSlowAqlQueriesQuery
(* Defaults:
let _query = defaultArg query null
*)
-> Task<ResponseBase>
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:
TaskResponseBaseSee Also