Need better scanning performance?
MaxThreadsInOneTask
MaxThreadsInOneTask defines the maximum threads that can be consumed in one task.
JSON Structure
Location in template:
DocumentNormalizerTaskSettingOptions[i]
└── MaxThreadsInOneTask
Parent object: DocumentNormalizerTaskSetting
Example:
{
"MaxThreadsInOneTask": 4
}
- This snippet shows only the
MaxThreadsInOneTaskparameter.- To use it, embed this parameter within a DocumentNormalizerTaskSetting object in the complete JSON structure.
- For the complete JSON structure, see:
Parameter Details
| MaxThreadsInOneTask Parameter Details |
|---|
| Type int |
| Range [0, 256] |
| Default Value 0 |
Remarks
- Changed the default value to 0 from 4 in version 3.2.1000
- Updated the value range to [0, 256] in version 3.2.1000.