MongoDBCollectionSettings Class
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.
Describes how an individual MongoDB collection should be migrated.
public class MongoDBCollectionSettings
type MongoDBCollectionSettings = class
Public Class MongoDBCollectionSettings
- Inheritance
-
MongoDBCollectionSettings
Constructors
MongoDBCollectionSettings() |
Initializes a new instance of MongoDBCollectionSettings. |
Properties
CanDelete |
Whether the migrator is allowed to drop the target collection in the course of performing a migration. The default is true. |
ShardKey |
Describes a MongoDB shard key. |
TargetRUs |
The RUs that should be configured on a CosmosDB target, or null to use the default. This has no effect on non-CosmosDB targets. |