Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed

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

Information regarding memory usage on the device over the interval

[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed
Inheritance
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed
Inherited Members

Constructors

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed()

public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed()

Properties

Maximum

Maximum memory in kB used on the device over the interval

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

Property Value

int

Median

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

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

Property Value

int

Minimum

Minimum memory in kB used on the device over the interval

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

Property Value

int

Percentages

Memory utilization percentages on the device over the interval

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "percentages")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsedPercentages Percentages { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsedPercentages