Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed
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
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
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
Percentages
Memory utilization percentages on the device over the interval
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "percentages")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsedPercentages Percentages { get; set; }