Table of Contents

Class ConnectionStats

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Connection Stats

[DataContract]
public class ConnectionStats
Inheritance
ConnectionStats
Inherited Members

Properties

Assoc

assoc

[DataMember(Name = "assoc")]
public long Assoc { get; set; }

Property Value

long

Auth

auth

[DataMember(Name = "auth")]
public long Auth { get; set; }

Property Value

long

Dhcp

dhcp

[DataMember(Name = "dhcp")]
public long Dhcp { get; set; }

Property Value

long

Dns

dns

[DataMember(Name = "dns")]
public long Dns { get; set; }

Property Value

long

Success

success

[DataMember(Name = "success")]
public long Success { get; set; }

Property Value

long

Total

Total (sum of all the others)

public long Total { get; }

Property Value

long