Logo

View the Project on GitHub elements-storage/elements-sdk-python

MediaRootMiniWithCustomFields

A Media Library root — a named, permissioned part of the filesystem that is exposed in the Media Library. Carries Media Library related settings that are scoped to this path.

Properties

Name Type Description Notes
id int    
name str    
description str, none_type    
full_path str Absolute filesystem path (volume mount point joined with the root path). [readonly]
volume VolumeMini    
path str Path relative to the volume root. Empty string means the volume root itself.  
prefetch_thumbnail_strips bool Pre-generate thumbnail strip proxies for faster in-browser timeline scrubbing.  
view_mode str Folder display mode in the browser UI (normal or flat).  
cover str, none_type URL to retrieve the cover image, or null if no cover has been set. [readonly]
custom_fields [CustomField]    

[Back to Model list] [Back to API list] [Back to README]