Click or drag to resize

PostIndexBodyInBackground Property

Can be set to true to create the index in the background, which will not write-lock the underlying collection for as long as if the index is built in the foreground.

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

Property Value

Type: NullableBoolean
See Also