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