Base type: System.StatisticsEntity
Summary: This entity presents port evidence statistics. Used in charts.
| Name | Type | Notes |
|---|---|---|
| TimeStamp | System.DateTime | The date of poll. |
| ComponentID | System.Int64 | The unique integer representation of parent component. |
| ComponentStatusID | System.Int64 | The unique integer representation of parent component status. |
| MinStatisticData | System.Double | The double value that contains the minimum statistic data. |
| AvgStatisticData | System.Double | The double value that contains the average statistic data. |
| MaxStatisticData | System.Double | The double value that contains the maximum statistic data. |
| MinResponceTime | System.Int64 | The long value that contains the minimum response time. |
| AvgResponceTime | System.Int64 | The long value that contains the average response time. |
| MaxResponceTime | System.Int64 | The long value that contains the maximum response time. |
| ObservationTimestamp | System.DateTime | |
| ObservationFrequency | System.DateTime | |
| Weight | System.Double | Default='1.0'. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Component | Orion.APM.Component | Defined by relationship Orion.APM.ComponentHostsPortEvidenceChart (System.Hosting) |