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; }
Public Property InBackground As Boolean
Get
Set
public:
property bool InBackground {
bool get ();
void set (bool value);
}
member InBackground : bool with get, set
Property Value
Type:
BooleanSee Also