Click or drag to resize

ViewDetailsCommitIntervalMsec Property

The number of milliseconds to wait between committing View data store changes and making documents visible to queries (default: 1000, 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 CommitIntervalMsec { get; set; }

Property Value

Type: Int32
See Also