Click or drag to resize

QueryTrackingConfigurationSlowQueryThreshold Property

The threshold value for treating a query as slow. A query with a runtime greater or equal to this threshold value will be put into the list of slow queries when slow query tracking is enabled. The value for slowQueryThreshold is specified in seconds.

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

Property Value

Type: NullableInt32
See Also