MongoIndexManagerBaseTDocumentDropAll Method (DropIndexOptions, CancellationToken) |
Drops all the indexes.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public 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