Base type: System.Entity
Summary: This entity represents threshold to component relation.
| Name | Type | Notes |
|---|---|---|
| ComponentId | System.Int64 | The unique integer representation of parent component. |
| ThresholdName | System.String | The string value that contains the name of threshold. |
| Warning | System.Double | The integer value that contains the threshold warning level. |
| Critical | System.Double | The integer value that contains the threshold critical level. |
| ThresholdOperator | System.Int32 | 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.). |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |