Base type: System.Entity
Summary: This entity presents request to Site.
| Name | Type | Notes |
|---|---|---|
| ID | System.Int64 | The unique integer representation of request. |
| SiteID | System.Int32 | The unique integer representation of request target site. |
| URLStem | System.String | The target of the request. |
| AverageElapsedTime | System.Int64 | The average time of all requests to site. |
| Status | System.Int32 | The status of request, based on AverageElapsedTime and some predefined thresholds. |
| RecentRequestDate | System.DateTime | The most recent date on which the request occurred. |
| DetailsUrl | System.String | URL to site details page. Used in alerting. |
| DisplayName | System.String | Display name for request. Used in alerting. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| RequestDetails | Orion.APM.IIS.RequestDetails | Defined by relationship Orion.APM.IIS.RequestHostsRequestDetails (System.Hosting) |
| Site | Orion.APM.IIS.Site | Defined by relationship Orion.APM.IIS.SiteHostsRequest (System.Hosting) |