RunningAqlQuerystate Property |
The query’s current execution state.
See online documentation
for more information.
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