Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbCollectionSettings

Package version

Describes how an individual MongoDB collection should be migrated

Hierarchy

  • MongoDbCollectionSettings

Index

Properties

Optional canDelete

canDelete: undefined | false | true

Whether the migrator is allowed to drop the target collection in the course of performing a migration. The default is true.

Optional shardKey

Optional targetRUs

targetRUs: undefined | number

The RUs that should be configured on a CosmosDB target, or null to use the default. This has no effect on non-CosmosDB targets.

Generated using TypeDoc