Log in
Model

BatchTable

Magento\DataExporter\Model\Batch\BatchTable

What it does

This class manages temporary batch tables used during data export operations in Magento 2.

Developers use it to create, drop, and query batch tables that split large datasets into manageable chunks for processing, particularly useful when exporting data to external systems or services.

Public Methods

  • create()
  • drop()
  • getBatchCount()
  • getBatchNumberField()
  • getBatchTableName()