Class RenameCollectionOptions

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Options for renaming a collection.

public class RenameCollectionOptions

Inheritance

object

RenameCollectionOptions

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Properties

DropTarget

Gets or sets a value indicating whether to drop the target collection first if it already exists.