Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also