Table of Contents

Class ClientTrafficHistory

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

Client traffic history

[DataContract]
public class ClientTrafficHistory
Inheritance
ClientTrafficHistory
Inherited Members

Properties

ActiveSeconds

Active seconds

[DataMember(Name = "activeSeconds")]
public int ActiveSeconds { get; set; }

Property Value

int

Application

Application

[DataMember(Name = "application")]
public string Application { get; set; }

Property Value

string

Destination

Destination

[DataMember(Name = "destination")]
public string Destination { get; set; }

Property Value

string

NumFlows

Flow count

[DataMember(Name = "numFlows")]
public int NumFlows { get; set; }

Property Value

int

Port

Port

[DataMember(Name = "port")]
public int Port { get; set; }

Property Value

int

Protocol

Protocol

[DataMember(Name = "protocol")]
public string Protocol { get; set; }

Property Value

string

Recv

Recv

[DataMember(Name = "recv")]
public int Recv { get; set; }

Property Value

int

Sent

Sent

[DataMember(Name = "sent")]
public int Sent { get; set; }

Property Value

int

Ts

Ts

[DataMember(Name = "ts")]
public string Ts { get; set; }

Property Value

string