mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add Archives property to Statistics class
This commit is contained in:
@@ -142,6 +142,9 @@ public class StatsDto
|
|||||||
|
|
||||||
/// <summary>Operating systems where a remote application has been running</summary>
|
/// <summary>Operating systems where a remote application has been running</summary>
|
||||||
public List<OsStats> RemoteOperatingSystems { get; set; }
|
public List<OsStats> RemoteOperatingSystems { get; set; }
|
||||||
|
|
||||||
|
/// <summary>Archive formats</summary>
|
||||||
|
public List<NameValueStats> Archives { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>Command execution statistics</summary>
|
/// <summary>Command execution statistics</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user