Click or drag to resize

ViewDetailsCleanupIntervalStep Property

The number of commits between removing unused files in the ArangoSearch data directory (default: 2, 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 CleanupIntervalStep { get; set; }

Property Value

Type: Int32
See Also