Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree
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
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
Minimum
Minimum memory in kB free on the device over the interval
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "minimum")]
public int Minimum { get; set; }