MongoDBCollectionSettings.CanDelete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the migrator is allowed to drop the target collection in the course of performing a migration. The default is true.
public bool? CanDelete { get; set; }
member this.CanDelete : Nullable<bool> with get, set
Public Property CanDelete As Nullable(Of Boolean)