QueryTrackingConfigurationTrackSlowQueries Property |
If set to true, then slow queries will be
tracked in the list of slow queries if their
runtime exceeds the value set in slowQueryThreshold.
In order for slow queries to be tracked,
the enabled property must also be set to true.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? TrackSlowQueries { get; set; }
Public Property TrackSlowQueries As Boolean?
Get
Set
public:
property Nullable<bool> TrackSlowQueries {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member TrackSlowQueries : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also