| IndexOptionsBuilderTDocumentSetBackground Method  | 
 
            Sets whether to build the index in the background.
            
 
    Namespace: 
   MongoDB.Driver.Builders
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
 Syntax
Syntaxpublic IndexOptionsBuilder<TDocument> SetBackground(
	bool value
)
Public Function SetBackground ( 
	value As Boolean
) As IndexOptionsBuilder(Of TDocument)
member SetBackground : 
        value : bool -> IndexOptionsBuilder<'TDocument> 
Parameters
- value
- Type: SystemBoolean
 Whether to build the index in the background.
Return Value
Type: 
IndexOptionsBuilderTDocumentThe builder (so method calls can be chained).
 See Also
See Also