Click or drag to resize

QueryCacheGlobalPropertiesMaxResultsSize Property

The maximum cumulated size of query results that will be stored per database-specific cache.

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

Property Value

Type: NullableInt32
See Also