| Column | Type | Nullable | Description |
|---|---|---|---|
| DeviceGuid | uniqueidentifier | No | The device that the uptime is calculated for. |
| UpTimeSecs | int | Yes | Indicates the total uptime of the device, in seconds, in the RecordedDate. |
| UpTimePercent | float | Yes | Indicates the uptime percentage of the device, in seconds, in the RecordedDate. |
| DownTimeSecs | int | Yes | Indicates the total downtime of the device, in seconds, in the RecordedDate. |
| DownTimePercent | float | Yes | Indicates the downtime percentage of the device, in seconds, in the RecordedDate. |
| RecordedDate | datetime | No | The date that the device uptime is recorded. |
| DeviceID | int | Yes | Uniquely identifies the device. |