Minimum chunk size
Data is extracted from DEE in chunks. The default value of minimum chunk size is 1. Use the xml to configure this setting.
Configure the xml as follows:
| XML file name and path | [InstallPath]\Adapters\Tmonitor\Settings\AutoChunkSetting.xml |
| Tag | <AutoChunkSetting> |
| Node | <MinChunkSize>1</MinChunkSize> |
| Configuration setting | Specify the minimum chunk size in the node <MinChunkSize>1</MinChunkSize>. For example, if you enter the value 3 in the above node, extraction will be performed in chunks of 3. |
| Default Value | The default value is 1. |