Click or drag to resize

DeleteAqlFunctionQueryGroup Property

Whether the function name provided is treated as a namespace prefix. If set to true, all functions in the specified namespace will be deleted. The returned number of deleted functions may become 0 if none matches the string. If set to false, the function name provided must be fully qualified, including any namespaces. If none matches the name, HTTP 404 is returned.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? Group { get; set; }

Property Value

Type: NullableBoolean
See Also