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