MongoDbDatabaseSettings interface

Describes how an individual MongoDB database should be migrated

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.

Property Details

collections

The collections on the source database to migrate to the target. The keys are the unqualified names of the collections.

collections: {[propertyName: string]: MongoDbCollectionSettings}

Property Value

{[propertyName: string]: MongoDbCollectionSettings}

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.

targetRUs?: number

Property Value

number