CachedAqlQueryResultStarted Property |
The date and time when the query was stored in the cache
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic 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:
NullableDateTime
See Also