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