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
)
Function PostExplainAqlQueryAsync (
body As PostExplainAqlQueryBody
) As Task(Of PostExplainAqlQueryResponse)
Task<PostExplainAqlQueryResponse^>^ PostExplainAqlQueryAsync(
PostExplainAqlQueryBody^ body
)
abstract PostExplainAqlQueryAsync :
body : PostExplainAqlQueryBody -> Task<PostExplainAqlQueryResponse>
Parameters
- body
- Type: ArangoDBNetStandard.AqlFunctionApi.ModelsPostExplainAqlQueryBody
The body of the request containing required properties.
Return Value
Type:
TaskPostExplainAqlQueryResponseSee Also