MongoDbThrottlingSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MongoDbThrottlingSettings() |
Initializes a new instance of the MongoDbThrottlingSettings class. |
MongoDbThrottlingSettings(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the MongoDbThrottlingSettings class. |
MongoDbThrottlingSettings()
Initializes a new instance of the MongoDbThrottlingSettings class.
public MongoDbThrottlingSettings ();
Public Sub New ()
Applies to
MongoDbThrottlingSettings(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the MongoDbThrottlingSettings class.
public MongoDbThrottlingSettings (int? minFreeCpu = default, int? minFreeMemoryMb = default, int? maxParallelism = default);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbThrottlingSettings : Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataMigration.Models.MongoDbThrottlingSettings
Public Sub New (Optional minFreeCpu As Nullable(Of Integer) = Nothing, Optional minFreeMemoryMb As Nullable(Of Integer) = Nothing, Optional maxParallelism As Nullable(Of Integer) = Nothing)
Parameters
The percentage of CPU time that the migrator will try to avoid using, from 0 to 100
The number of megabytes of RAM that the migrator will try to avoid using
The maximum number of work items (e.g. collection copies) that will be processed in parallel