mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Upload statistics from the database.
This commit is contained in:
@@ -66,6 +66,19 @@ namespace DiscImageChef.CommonTypes.Metadata
|
||||
public VerifyStats Verify { get; set; }
|
||||
}
|
||||
|
||||
public class StatsDto
|
||||
{
|
||||
public List<NameValueStats> Commands { get; set; }
|
||||
public List<OsStats> OperatingSystems { get; set; }
|
||||
public List<NameValueStats> Versions { get; set; }
|
||||
public List<NameValueStats> Filesystems { get; set; }
|
||||
public List<NameValueStats> Partitions { get; set; }
|
||||
public List<NameValueStats> MediaFormats { get; set; }
|
||||
public List<NameValueStats> Filters { get; set; }
|
||||
public List<DeviceStats> Devices { get; set; }
|
||||
public List<MediaStats> Medias { get; set; }
|
||||
}
|
||||
|
||||
public class CommandsStats
|
||||
{
|
||||
public long Analyze;
|
||||
|
||||
Reference in New Issue
Block a user