Table of Contents

Constructor RenameCollectionOperation

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

RenameCollectionOperation(CollectionNamespace, CollectionNamespace, MessageEncoderSettings)

Initializes a new instance of the RenameCollectionOperation class.

public RenameCollectionOperation(CollectionNamespace collectionNamespace, CollectionNamespace newCollectionNamespace, MessageEncoderSettings messageEncoderSettings)

Parameters

collectionNamespace CollectionNamespace

The collection namespace.

newCollectionNamespace CollectionNamespace

The new collection namespace.

messageEncoderSettings MessageEncoderSettings

The message encoder settings.