add raw filesize to db

This commit is contained in:
Stanley Dimant
2024-09-04 16:53:05 +02:00
parent c2cc8e28f8
commit efe7fe98f2
6 changed files with 812 additions and 3 deletions

View File

@@ -15,4 +15,5 @@ public class FileCache
[Timestamp]
public byte[] Timestamp { get; set; }
public long Size { get; set; }
public long RawSize { get; set; }
}