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; }
Public Property SlowQueryThreshold As Integer?
Get
Set
public:
property Nullable<int> SlowQueryThreshold {
Nullable<int> get ();
void set (Nullable<int> value);
}
member SlowQueryThreshold : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also