Click or drag to resize

IMongoIndexManagerTDocumentDropOne Method (IClientSessionHandle, String, DropIndexOptions, CancellationToken)

Drops an index by its name.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
void DropOne(
	IClientSessionHandle session,
	string name,
	DropIndexOptions options,
	CancellationToken cancellationToken = null
)

Parameters

session
Type: MongoDB.DriverIClientSessionHandle
The session.
name
Type: SystemString
The name.
options
Type: MongoDB.DriverDropIndexOptions
The options.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.
See Also