Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree
Information regarding memory availability on the device over the entire timespan
[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree
- Inheritance
-
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree
- Inherited Members
Constructors
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree()
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree()
Properties
Median
Median memory in kB free on the device over the entire timespan rounded up to nearest integer
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "median")]
public int Median { get; set; }