Click or drag to resize

DeleteAqlFunctionQuery Properties

The DeleteAqlFunctionQuery type exposes the following members.

Properties
  NameDescription
Public propertyGroup
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.
Top
See Also