fradrive/models/files.model
2021-01-11 14:16:39 +01:00

30 lines
812 B
Plaintext

FileContentEntry
hash FileContentReference
ix Word64
chunkHash FileContentChunkId
UniqueFileContentEntry hash ix
FileContentChunk
hash FileContentChunkReference
content ByteString
contentBased Bool default=false -- For Migration
Primary hash
FileContentChunkUnreferenced
hash FileContentChunkId
since UTCTime
UniqueFileContentChunkUnreferenced hash
SessionFile
content FileContentReference Maybe
touched UTCTime
FileLock
content FileContentReference
instance InstanceId
time UTCTime
FileChunkLock
hash FileContentChunkReference
instance InstanceId
time UTCTime