Module filemanager_thread

Source

Structs§

FileManager
FileManagerStore 🔒
File manager’s data store. It maintains a thread-safe mapping from FileID to FileStoreEntry which might have different backend implementation. Access to the content is encapsulated as methods of this struct.
FileMetaData 🔒
FileStoreEntry 🔒
FileManagerStore’s entry

Enums§

BlobBounds 🔒
FileImpl 🔒
File backend implementation

Constants§

FILE_CHUNK_SIZE

Functions§

read_file_in_chunks 🔒
set_headers 🔒