Get a Folder Instance
Note: Catalyst now offers you a brand new object storage component called Stratus in Early Access mode. This component is a significant upgrade to the current Cloud Scale File Store component. You can find out more about the Stratus component here.
To use the Stratus component in the Early Access mode, email us at support@zohocatalyst.com.
To use the Stratus component in the Early Access mode, email us at support@zohocatalyst.com.
A folder reference can be created by the following method which would not fire a server-side call. The filestore reference used in the below code snippet is the component instance.
There is no promise involved in the above method and the instance of the folder alone is returned.
copy
// Get a folder instance let filestore = app.filestore();
let folder = filestore.folder(1510000000109545);
Last Updated 2025-02-24 14:38:44 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit