Click or drag to resize

QueryCacheGlobalPropertiesMaxEntrySize Property

The maximum individual result size of queries that will be stored per database-specific cache.

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

Property Value

Type: NullableInt32
See Also