Base type: System.StatisticsEntity
Summary: This entity presents chart evidence statistic.
| 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. |
| RecordCount | System.Int64 | The long value that contains the number of chart evidence records that was archived. |
| 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.ComponentHostsChartEvidence2 (System.Hosting) |