Click or drag to resize

ViewDetailsConsolidationIntervalMsec Property

The number of milliseconds to wait between applying ‘consolidationPolicy’ to consolidate View data store and possibly release space on the filesystem (default: 10000, to disable use: 0). Read more about this in the documentation.

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

Property Value

Type: Int32
See Also