Prima versione caricamento dati NUOVI da filesystem

This commit is contained in:
Samuele Locatelli
2021-09-03 18:01:58 +02:00
parent 50ed15b0ca
commit 7c80e1aaaf
6 changed files with 216 additions and 30 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace MP.FileData.DatabaseModels
public string Name { get; set; } = "";
public int Rev { get; set; } = 0;
public DateTime LastMod { get; set; }
public int Size { get; set; } = 0;
public long Size { get; set; } = 0;
public string Path { get; set; } = "";
public string MimeType { get; set; } = "";
public bool Changed { get; set; } = false;