Class Stats
Represents aggregate statistics about the TorBox platform.
public sealed record Stats : IEquatable<Stats>
- Inheritance
-
Stats
- Implements
- Inherited Members
Properties
TotalServers
Gets the total number of servers currently available.
[JsonPropertyName("total_servers")]
public int TotalServers { get; init; }
Property Value
TotalUsers
Gets the total number of registered users on the platform.
[JsonPropertyName("total_users")]
public long TotalUsers { get; init; }