Add Archives property to Statistics class

This commit is contained in:
2025-09-28 01:55:10 +01:00
parent 7af7e61e60
commit b46d2acc7f

View File

@@ -142,6 +142,9 @@ public class StatsDto
/// <summary>Operating systems where a remote application has been running</summary>
public List<OsStats> RemoteOperatingSystems { get; set; }
/// <summary>Archive formats</summary>
public List<NameValueStats> Archives { get; set; }
}
/// <summary>Command execution statistics</summary>