Class MerakiClientStatistic
Meraki Client Statistic
public class MerakiClientStatistic
- Inheritance
-
MerakiClientStatistic
- Inherited Members
Constructors
MerakiClientStatistic(int, long, long)
Meraki Client Statistic
public MerakiClientStatistic(int count, long totalDurationMs, long delayMs)
Parameters
Properties
Count
Gets the count
public int Count { get; set; }
Property Value
TotalClientDelayMs
Gets the total client delay ms
public long TotalClientDelayMs { get; set; }
Property Value
TotalInitialResponseDurationMs
Gets the total initial response duration ms
public long TotalInitialResponseDurationMs { get; set; }