Method SetBackground
SetBackground(bool)
Sets whether to build the index in the background.
public IndexOptionsBuilder<TDocument> SetBackground(bool value)
Parameters
value
boolWhether to build the index in the background.
Returns
- IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).