Click or drag to resize

IMongoDatabaseDropCollectionAsync Method (String, DropCollectionOptions, CancellationToken)

Drops the collection with the specified name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
Task DropCollectionAsync(
	string name,
	DropCollectionOptions options,
	CancellationToken cancellationToken = default
)

Parameters

name
Type: SystemString
The name of the collection to drop.
options
Type: MongoDB.DriverDropCollectionOptions
The options.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task.
See Also