Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed

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

Information regarding memory usage on the device over the entire timespan

[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed
Inheritance
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed
Inherited Members

Constructors

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed()

public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed()

Properties

Median

Median memory in kB used on the device over the entire timespan rounded up to nearest integer

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "median")]
public int Median { get; set; }

Property Value

int