Log in
Model

BulkSummary

Magento\AsynchronousOperations\Model\BulkSummary

What it does

This class represents a summary of bulk asynchronous operations in Magento 2.

Developers use it to track and manage groups of queued operations, storing metadata like the bulk ID, description, start time, user information, and total operation count.

It's commonly used when processing large batches of tasks asynchronously, such as mass product imports or order exports.

Public Methods

  • getBulkId()
  • setBulkId()
  • getDescription()
  • setDescription()
  • getStartTime()
  • setStartTime()
  • getUserId()
  • setUserId()
  • getUserType()
  • setUserType()
  • getOperationCount()
  • setOperationCount()
  • getExtensionAttributes()
  • setExtensionAttributes()