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; }
Public Property Group As Boolean?
Get
Set
public:
property Nullable<bool> Group {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Group : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also