Click or drag to resize

AqlFunctionApiClientPostAqlFunctionAsync Method

Create a new AQL user function. POST /_api/aqlfunction

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<PostAqlFunctionResponse> PostAqlFunctionAsync(
	PostAqlFunctionBody body
)

Parameters

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

Return Value

Type: TaskPostAqlFunctionResponse

Implements

IAqlFunctionApiClientPostAqlFunctionAsync(PostAqlFunctionBody)
See Also