How to Set Table Specific Processing Options
Limit All Salesforce Writes to Ten Records at a Time
<TableRules>
<TableRule name="default" restoreBatchSize="20" />
</TableRules>Limit All Contract Record Writes to Five at a Time
<TableRules>
<TableRule name="Case" restoreBatchSize="5" />
</TableRules>Last updated
Was this helpful?
