IndexStructureInterface
Magento\InventoryMultiDimensionalIndexerApi\Model\IndexStructureInterface
What it does
This interface defines the contract for managing multi-dimensional inventory index structures in Magento 2.
Developers use implementations of this interface to create, delete, and check the existence of database index tables used by the inventory indexing system.
It's primarily used by the inventory management system to set up and maintain the physical index structures needed for efficient inventory lookups.
Public Methods
- create()
- delete()
- isExist()