MongoDbThrottlingSettingsResponse

data class MongoDbThrottlingSettingsResponse(val maxParallelism: Int? = null, val minFreeCpu: Int? = null, val minFreeMemoryMb: Int? = null)

Specifies resource limits for the migration

Constructors

Link copied to clipboard
constructor(maxParallelism: Int? = null, minFreeCpu: Int? = null, minFreeMemoryMb: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxParallelism: Int? = null

The maximum number of work items (e.g. collection copies) that will be processed in parallel

Link copied to clipboard
val minFreeCpu: Int? = null

The percentage of CPU time that the migrator will try to avoid using, from 0 to 100

Link copied to clipboard
val minFreeMemoryMb: Int? = null

The number of megabytes of RAM that the migrator will try to avoid using