Table of Contents

Class Stats

Namespace
TorBoxSDK.Models.General
Assembly
TorBoxSDK.dll

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

int

TotalUsers

Gets the total number of registered users on the platform.

[JsonPropertyName("total_users")]
public long TotalUsers { get; init; }

Property Value

long