Click or drag to resize

QueryTrackingConfigurationMaxSlowQueries 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: NullableInt32
See Also