Click or drag to resize

AqlFunctionApiClientPostExplainAqlQueryAsync 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
public virtual Task<PostExplainAqlQueryResponse> PostExplainAqlQueryAsync(
	PostExplainAqlQueryBody body
)

Parameters

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

Return Value

Type: TaskPostExplainAqlQueryResponse

Implements

IAqlFunctionApiClientPostExplainAqlQueryAsync(PostExplainAqlQueryBody)
See Also