| Column | Type | Description |
|---|---|---|
| CloudServiceGuid | uniqueidentifier | A globally unique identifier for the Device. |
| CloudServiceID | int | An ID for the Cloud Service. |
| TimeOfSample | datetime | The date and time of the sample. |
| SiteID | int | An ID for the site. |
| Title | nvarchar(255) | The title of the Cloud Service. |
| HomePageUrl | nvarchar(255) | The home page URL of the Cloud Service. |
| MonitoredUrl | nvarchar(255) | The URL to monitor the Cloud Service with. |
| Status | nvarchar(255) | The status of the Cloud Service. |
| ResponseTime | int | The response time of the Cloud Service, in milliseconds. |
| SearchResult | bit | Indicates whether the search for the specified string succeeded (1) or failed (0). |