Property Background
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Background
Gets or sets a value indicating whether the index should be created in the background.
public bool? Background { get; set; }
Property Value
- bool?
A value indicating whether the index should be created in the background.