Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree

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

Information regarding memory usage on the device over the interval

[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree
Inheritance
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree
Inherited Members

Constructors

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree()

public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree()

Properties

Maximum

Maximum memory in kB free 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 free 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 free on the device over the interval

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

Property Value

int