Class DailyStatistics
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
The number of signups and logins for a specific day.
public class DailyStatistics
- Inheritance
-
DailyStatistics
- Inherited Members
Properties
Date
The date to which the stats belong.
public DateTime Date { get; set; }
Property Value
Logins
The amount of logins on the date.
public int Logins { get; set; }
Property Value
SignUps
The amount of signups on the date.
public int SignUps { get; set; }