Click or drag to resize

QueryTrackingConfiguration.MaxSlowQueries Property

The maximum number of slow queries to keep in the list of slow queries. If the list of slow queries is full, the oldest entry in it will be discarded when additional slow queries occur.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public int? MaxSlowQueries { get; set; }

Property Value

Type: Nullable<Int32>
See Also