CachedAqlQueryResultRunTime Property |
The query’s run time
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public TimeSpan RunTime { get; set; }
Public Property RunTime As TimeSpan
Get
Set
public:
property TimeSpan RunTime {
TimeSpan get ();
void set (TimeSpan value);
}
member RunTime : TimeSpan with get, set
Property Value
Type:
TimeSpanSee Also