Click or drag to resize

IAqlFunctionApiClientPostExplainAqlQueryAsync Method

Explain an AQL query and return information about it POST /_api/explain

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PostExplainAqlQueryResponse> PostExplainAqlQueryAsync(
	PostExplainAqlQueryBody body
)

Parameters

body
Type: ArangoDBNetStandard.AqlFunctionApi.ModelsPostExplainAqlQueryBody
The body of the request containing required properties.

Return Value

Type: TaskPostExplainAqlQueryResponse
See Also