RunningAqlQueryrunTime Property |
The query’s run time up to the point the list of queries was queried.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string runTime { get; set; }
Public Property runTime As String
Get
Set
public:
property String^ runTime {
String^ get ();
void set (String^ value);
}
member runTime : string with get, set
Property Value
Type:
StringSee Also