Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic DropIndexOperation(
CollectionNamespace collectionNamespace,
string indexName,
MessageEncoderSettings messageEncoderSettings
)
Public Sub New (
collectionNamespace As CollectionNamespace,
indexName As String,
messageEncoderSettings As MessageEncoderSettings
)
new :
collectionNamespace : CollectionNamespace *
indexName : string *
messageEncoderSettings : MessageEncoderSettings -> DropIndexOperation
Parameters
- collectionNamespace
- Type: MongoDB.DriverCollectionNamespace
The collection namespace. - indexName
- Type: SystemString
The name of the index. - messageEncoderSettings
- Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The message encoder settings.
See Also