struct Package.PackageUsageStats

in global :: Sandbox

Statistics for user interactions with this package


public Package.PackageUsageStats.Group Total { get; set; }

Total lifetime usage stats

public Package.PackageUsageStats.Group Month { get; set; }

Usage for the last 3 days

public Package.PackageUsageStats.Group Week { get; set; }

Usage for the last week

public Package.PackageUsageStats.Group Day { get; set; }

Usage for the last 24 hours

public long UsersNow { get; set; }

How many users are using it right now

public double Trend { get; set; }

The trend is a number that represents whether it's been popular recently. Higher means more popular.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.