Model
Config
Magento\DataExporter\Model\Indexer\Config
What it does
This class manages configuration settings for Magento's data export feed indexer, controlling how data feeds are processed and synced to external services.
Developers use it to retrieve batch sizes, thread counts, and operational flags (like dry-run mode or continue-resync) for feed indexing operations, either from system configuration or command-line options.
Public Methods
- getBatchSize()
- getThreadCount()
- isResyncShouldBeContinued()
- isCleanUpFeed()
- isDryRun()
- includeSubmittedInDryRun()