TuoniFile¶
- class tuoni.TuoniFile(conf, c2)[source]¶
A class that provides data and functionality for a stored files.
- fileId¶
The unique identifier (GUID) for the file.
- Type:
GUID
- originalFileName¶
The original filename.
- Type:
str
- size¶
Size of the file.
- Type:
int
- filePaths¶
List of filepaths
- Type:
list
- downloadHref¶
A download path.
- Type:
str