Upload#
lit.sdk.data.upload
#
This module provides classes and functions for managing and retrieving information about uploaded files.
Upload
dataclass
#
Represents an uploaded file.
file_name
instance-attribute
#
The name of the file.
file_size
instance-attribute
#
The size, in bytes, of the file.
file_time
instance-attribute
#
The last write time to the file.
folder
instance-attribute
#
The folder where the file is stored on disk.
full_path
instance-attribute
#
Full path to the uploaded file.
group
instance-attribute
#
The group the file belongs to.
has_cache_error
instance-attribute
#
Whether or not there was an error attempting to cache this file.
has_cache_file
instance-attribute
#
Whether or not a cache file exists for this raw file.
host
instance-attribute
#
The hostname of the machine where the file is store.
owner
instance-attribute
#
The username who owns the file.
permissions
instance-attribute
#
The Unix permissions.