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; }
Public Property DeletedCount As Integer
Get
Set
public:
property int DeletedCount {
int get ();
void set (int value);
}
member DeletedCount : int with get, set
Property Value
Type:
Int32See Also