MongoIndexManagerBaseTDocumentDropAll Method (DropIndexOptions, CancellationToken) | 
 
            Drops all the indexes.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic virtual void DropAll(
	DropIndexOptions options,
	CancellationToken cancellationToken = default
)
Public Overridable Sub DropAll ( 
	options As DropIndexOptions,
	Optional cancellationToken As CancellationToken = Nothing
)
abstract DropAll : 
        options : DropIndexOptions * 
        ?cancellationToken : CancellationToken 
(* Defaults:
        let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> unit 
override DropAll : 
        options : DropIndexOptions * 
        ?cancellationToken : CancellationToken 
(* Defaults:
        let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> unit Parameters
- options
 - Type: MongoDB.DriverDropIndexOptions
The options. - cancellationToken (Optional)
 - Type: System.ThreadingCancellationToken
The cancellation token. 
Implements
IMongoIndexManagerTDocumentDropAll(DropIndexOptions, CancellationToken)
See Also