Click or drag to resize

AqlFunctionApiClient.PostExplainAqlQueryAsync 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.Models.PostExplainAqlQueryBody
The body of the request containing required properties.

Return Value

Type: Task<PostExplainAqlQueryResponse>

Implements

IAqlFunctionApiClient.PostExplainAqlQueryAsync(PostExplainAqlQueryBody)
See Also