MongoDbThrottlingSettings interface
Specifies resource limits for the migration
Properties
max |
The maximum number of work items (e.g. collection copies) that will be processed in parallel |
min |
The percentage of CPU time that the migrator will try to avoid using, from 0 to 100 |
min |
The number of megabytes of RAM that the migrator will try to avoid using |
Property Details
maxParallelism
The maximum number of work items (e.g. collection copies) that will be processed in parallel
maxParallelism?: number
Property Value
number
minFreeCpu
The percentage of CPU time that the migrator will try to avoid using, from 0 to 100
minFreeCpu?: number
Property Value
number
minFreeMemoryMb
The number of megabytes of RAM that the migrator will try to avoid using
minFreeMemoryMb?: number
Property Value
number
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for JavaScript