MongoDbThrottlingSettings Class

Definition

Specifies resource limits for the migration

public class MongoDbThrottlingSettings
type MongoDbThrottlingSettings = class
Public Class MongoDbThrottlingSettings
Inheritance
MongoDbThrottlingSettings

Constructors

MongoDbThrottlingSettings()

Initializes a new instance of the MongoDbThrottlingSettings class.

MongoDbThrottlingSettings(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the MongoDbThrottlingSettings class.

Properties

MaxParallelism

Gets or sets the maximum number of work items (e.g. collection copies) that will be processed in parallel

MinFreeCpu

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

MinFreeMemoryMb

Gets or sets the number of megabytes of RAM that the migrator will try to avoid using

Applies to