MongoDBDatabaseSettings 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 database should be migrated.
public class MongoDBDatabaseSettings
type MongoDBDatabaseSettings = class
Public Class MongoDBDatabaseSettings
- Inheritance
-
MongoDBDatabaseSettings
Constructors
MongoDBDatabaseSettings(IDictionary<String,MongoDBCollectionSettings>) |
Initializes a new instance of MongoDBDatabaseSettings. |
Properties
Collections |
The collections on the source database to migrate to the target. The keys are the unqualified names of the collections. |
TargetRUs |
The RUs that should be configured on a CosmosDB target, or null to use the default, or 0 if throughput should not be provisioned for the database. This has no effect on non-CosmosDB targets. |
Applies to
Azure SDK for .NET