File Store

Catalyst Cloud Scale File Store provides cloud storage solutions to store, manage, and organize your application files and user data files. The files can be images, videos, text files, document files, spreadsheets, or other formats.

Get a Component Instance

A component instance is an object that can be used to access the pre-defined configurations specific to a particular component. This process will not fire a server-side call. Also note that this component instance will be used in multiple scenarios while using the File Store component in your Catalyst application.

The filestore_service instance can be created in the following way :

    
copy
#Get filestore component instance import zcatalyst-sdk app = zcatalyst-sdk.initialize() filestore_service = app.filestore()

Last Updated 2023-09-03 11:54:50 +0530 +0530

RELATED LINKS

File Store