Click or drag to resize

LinkPropertiesInBackground Property

If set to true, then no exclusive lock is used on the source collection during View index creation, so that it remains basically available. This option can be set when adding links. It does not get persisted as it is not a View property, but only a one-off option.

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

Property Value

Type: Boolean
See Also