DropIndexOperation Constructor (CollectionNamespace, String, MessageEncoderSettings) |
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
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