Table of Contents

Class MerakiClientStatistic

Namespace
Meraki.Api
Assembly
Meraki.Api.dll

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

count int
totalDurationMs long
delayMs long

Properties

Count

Gets the count

public int Count { get; set; }

Property Value

int

TotalClientDelayMs

Gets the total client delay ms

public long TotalClientDelayMs { get; set; }

Property Value

long

TotalInitialResponseDurationMs

Gets the total initial response duration ms

public long TotalInitialResponseDurationMs { get; set; }

Property Value

long