Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval
Time interval snapshots of system memory utilization on the device with the most recent snapshot first
[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval
- Inheritance
-
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval
- Inherited Members
Constructors
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval()
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval()
Properties
EndTs
Timestamp for the end of the historical snapshot, inclusive.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
Memory
Information regarding memory usage and availability on the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "memory")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory Memory { get; set; }
Property Value
StartTs
Timestamp for the beginning of the historical snapshot, exclusive.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }