Model
FileInfo
Magento\Analytics\Model\FileInfo
What it does
This class serves as a data container that holds information about encrypted analytics files in Magento.
It stores the file path and the initialization vector (IV) used during encryption, which is essential for later decrypting the analytics data.
Developers use this class when working with Magento's Advanced Reporting feature to manage encrypted data files that are sent to Adobe.
Public Methods
- getPath()
- getInitializationVector()