Click or drag to resize

DeleteAqlFunctionResponseDeletedCount Property

The number of deleted user functions, always 1 when Group is set to false. Any number >= 0 when Group is set to true.

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

Property Value

Type: Int32
See Also