SlowAqlQueryState Property |
The query’s current execution state
(will always be “finished” for the list of slow queries)
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string State { get; set; }
Public Property State As String
Get
Set
public:
property String^ State {
String^ get ();
void set (String^ value);
}
member State : string with get, set
Property Value
Type:
StringSee Also