Storage API =========== .. note:: First you need to read the :doc:`Storage ` article. **StoragePath** - represents the file path and file type within the storage. **StorageFile** - is the file retrieved from the storage. **StorageClient** - is a convenient client for storage management, for example, adding, deleting a file, etc. .. toctree:: :titlesonly: storagePath storageFile storageClient usage-examples