Base type: System.ExtensionEntity
Summary: This entity presents port evidence statistics.
| Name | Type | Notes |
|---|---|---|
| ID | System.Int64 | The unique integer representation of port evidence statistics. |
| ComponentStatusID | System.Int64 | The unique integer representation of component status. |
| PortNumber | System.Int32 | The integer value that contains the port number. |
| PortDescription | System.String | The string value that contains the port description. |
| Type | System.Int32 | The integer value that contains the statistics type. |
| 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. |
| ErrorCode | System.Int32 | The integer value that contains the statistic error code. |
| OSErrorCode | System.Int32 | The integer value that contains the operation system error code. |
| StatusCode | System.Int32 | The integer value that contains the statistic status code. |
| StatusCodeType | System.Int32 | The integer value that contains the statistic status code type. |
| ErrorMessage | System.String | The string value that contains error message. |
| RecordCount | System.Int64 | The long value that contains the number of statistic records that was archived. |
| Archive | System.Byte | The boolean value that specifies if statistic data was archived. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| ComponentStatus | Orion.APM.ComponentStatus | Defined by relationship Orion.APM.ComponentStatusHostsPortEvidence (System.Hosting) |