Base type: System.ExtensionEntity
Summary: This entity presents dynamic evidence column schema. Used to present script monitors output.
| Name | Type | Notes |
|---|---|---|
| ColumnSchemaID | System.Int32 | The unique integer representation of column schema. |
| ParentID | System.Int32 | The unique integer representation of parent column schema. |
| ComponentID | System.Int64 | The unique integer representation of parent component. |
| ComponentTemplateID | System.Int64 | The unique integer representation of parent component template. |
| Type | System.Int16 | The integer value that contains the component type. |
| IsDisabled | System.Boolean | The boolean value that specifies if dynamic evidence output is disabled. |
| Name | System.String | The string value that contains the name of dynamic evidence output. |
| Label | System.String | The string value that contains the dynamic evidence output label. |
| IsLabelOverridden | System.Boolean | The boolean value that specifies if dynamic evidence output label is overridden. |
| ThresholdOperator | System.Int16 | The integer value that contains the threshold operator(0 -greater than;1 - greater than or equal to;2 - equal to;3 - less than or equal to;4 - less than;5 - not equal to.). |
| ThresholdWarning | System.Double | The integer value that contains the threshold warning level. |
| ThresholdCritical | System.Double | The integer value that contains the threshold critical level. |
| IsThresholdOverridden | System.Boolean | The boolean value that specifies if threshold is overridden. |
| DataTransformExpression | System.String | The string value that contains the data transformation expression. |
| DataTransformEnabled | System.Boolean | The boolean value that specifies if data transformation is enabled. |
| DataTransformCheckedRadioButton | System.Int32 | The integer value that contains data transformation radio button value. |
| DataTransformFormulaIndex | System.Int32 | The integer value that contains data transformation formula index. |
| DataTransformFormulaOptions | System.String | The string value that contains the data transformation formula options. |
| IsDataTransformOverridden | System.Boolean | The boolean value that specifies if data transform expression is overridden. |
| ComputeBaseline | System.Boolean | The boolean value that specifies if compute baseline option is enabled for threshold. |
| UseBaseline | System.Boolean | The boolean value that specifies if use baseline option is enabled for threshold. |
| WarningFormula | System.String | The string value that contains the warning formula. |
| CriticalFormula | System.String | The string value that contains the critical formula. |
| BaselineFrom | System.DateTime | The date and time from which baseline data is calculated. |
| BaselineTo | System.DateTime | The date and time until which baseline data is calculated. |
| BaselineApplied | System.DateTime | The date and time when baseline calculation was enabled for threshold. |
| BaselineApplyError | System.String | The string value that contains the baseline apply error. |
| WarningPolls | System.Int32 | The integer value that contains the number of warning polls. |
| WarningPollsInterval | System.Int32 | The integer value that contains the warning polls interval. |
| CriticalPolls | System.Int32 | The integer value that contains the number of critical polls. |
| CriticalPollsInterval | System.Int32 | The integer value that contains the critical polls interval. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |