PostAqlFunctionResponseIsNewlyCreated Property |
Indicates whether the function was newly created.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool IsNewlyCreated { get; set; }
Public Property IsNewlyCreated As Boolean
Get
Set
public:
property bool IsNewlyCreated {
bool get ();
void set (bool value);
}
member IsNewlyCreated : bool with get, set
Property Value
Type:
BooleanSee Also