background property
Whether to build the index in the background.
Background index builds don't block database operations but may take longer to complete.
Implementation
bool? background;
Whether to build the index in the background.
Background index builds don't block database operations but may take longer to complete.
bool? background;