Catalog Storage Limits

Administrators use this system setting to specify storage limits for personal content stored under My Folders and each top-level folder under Shared Folders in the catalog.

To configure storage limits, copy this sample JSON payload, and then set enabled to true and specify the maximum size (in MB) for each area, as required. You can specify any positive value in MB.

{
"myFolders":{
   "enabled":false,  
   "maxSizeMB":10},
"topLevelSharedFolders":{
   "enabled":false,
   "maxSizeMB":10}
}

For example, use this sample JSON payload to restrict My Folders and each top-level folder under Shared Folders to 10 MB:

{
"myFolders":{
   "enabled":true,  
   "maxSizeMB":10},
"topLevelSharedFolders":{
   "enabled":true,
   "maxSizeMB":10}
}

Valid Values

  • Valid JSON payload.

  • <empty string> - When left blank, no storage limits are enforced for personal or shared content. Default

Apply Required

No.

Change Effective

After a few minutes.

Edition

Professional and Enterprise.

API Key and Values

API KeyCatalogStorageLimits

API Values<Valid JSON payload>