QueryTrackingConfigurationMaxQueryStringLength Property |
The maximum query string length to keep in the list
of queries. Query strings can have arbitrary lengths,
and this property can be used to save memory in case
very long query strings are used.
The value is specified in bytes.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? MaxQueryStringLength { get; set; }
Public Property MaxQueryStringLength As Integer?
Get
Set
public:
property Nullable<int> MaxQueryStringLength {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxQueryStringLength : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also