Base type: System.StatisticsEntity
Summary: This entity presents dynamic 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. |
ColumnSchemaID | System.Int32 | The unique integer representation of parent column schema. |
ColumnDisabled | System.Boolean | The boolean value that specifies if column is disabled. |
ColumnName | System.String | The string value that contains the name of column. |
ColumnLabel | System.String | The string value that contains the column label. |
RowNumber | System.Int32 | The integer value that contains column position. |
MinNumericData | System.Double | The double value that contains the minimum numeric data. |
AvgNumericData | System.Double | The double value that contains the average numeric data. |
MaxNumericData | System.Double | The double value that contains the maximum numeric data. |
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.ComponentHostsDynamicEvidenceChart (System.Hosting) |