Click or drag to resize

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; }

Property Value

Type: NullableInt32
See Also