Mongo Db Migration Settings Response
data class MongoDbMigrationSettingsResponse(val boostRUs: Int? = null, val databases: Map<String, MongoDbDatabaseSettingsResponse>, val replication: String? = null, val source: MongoDbConnectionInfoResponse, val target: MongoDbConnectionInfoResponse, val throttling: MongoDbThrottlingSettingsResponse? = null)
Describes how a MongoDB data migration should be performed
Constructors
Link copied to clipboard
fun MongoDbMigrationSettingsResponse(boostRUs: Int? = null, databases: Map<String, MongoDbDatabaseSettingsResponse>, replication: String? = null, source: MongoDbConnectionInfoResponse, target: MongoDbConnectionInfoResponse, throttling: MongoDbThrottlingSettingsResponse? = null)
Types
Properties
Link copied to clipboard
The RU limit on a CosmosDB target that collections will be temporarily increased to (if lower) during the initial copy of a migration, from 10,000 to 1,000,000, or 0 to use the default boost (which is generally the maximum), or null to not boost the RUs. This setting has no effect on non-CosmosDB targets.
Link copied to clipboard
Link copied to clipboard