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