Files
On this page
The Files is a place where you can see the information about all the files uploaded in the platform.
Designer
- Key - The key of the file.
- Date updated - The updated date of file.
- File size - The size of the file.
- Version - The version of the file.
- File name - The name of the file.
- Storage name - The name stored on the server.
- Content type - The content type of the file.
- Hash - The hashed value of the file.
erDiagram
storage_file {
integer id_storage_file
datetime date_updated
decimal file_size
integer version
string file_name
string storage_name
string content_type
string file_hash
}