RunningAqlQuerystarted Property |
The date and time when the query was started.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public DateTime? started { get; set; }
Public Property started As DateTime?
Get
Set
public:
property Nullable<DateTime> started {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member started : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also