QueryTrackingConfigurationEnabled Property |
If set to true, then queries will be tracked.
If set to false, neither queries nor slow
queries will be tracked.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Enabled { get; set; }
Public Property Enabled As String
Get
Set
public:
property String^ Enabled {
String^ get ();
void set (String^ value);
}
member Enabled : string with get, set
Property Value
Type:
StringSee Also