MongoCollectionReIndex Method  | 
 Note: This API is now obsolete.
            Runs the ReIndex command on this collection.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax[ObsoleteAttribute("This method will be removed in a later version of the driver.")]
public virtual CommandResult ReIndex()<ObsoleteAttribute("This method will be removed in a later version of the driver.")>
Public Overridable Function ReIndex As CommandResult[<ObsoleteAttribute("This method will be removed in a later version of the driver.")>]
abstract ReIndex : unit -> CommandResult 
[<ObsoleteAttribute("This method will be removed in a later version of the driver.")>]
override ReIndex : unit -> CommandResult Return Value
Type: 
CommandResultA CommandResult.
See Also