Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 626 Bytes

File metadata and controls

17 lines (12 loc) · 626 Bytes

StorageFile

File or folder information

Properties

Name Type Description Notes
name String File or folder name. [optional]
isFolder Boolean True if it is a folder.
modifiedDate String File or folder last modified DateTime. [optional]
size Integer File or folder size.
path String File or folder path. [optional]

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