Contains event data received for a event instance.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| event_instance_id | integer | not null | Event instance identity associated with the data |
| time_stamp | integer | not null | The time_stamp in epoch for the data |
| user_name | varchar(64) | with null | User name to which the data reflects |
| value | float | with null | The measured value |
| maximum | float | with null | The maximum value if reduction has been performed. Null orderwise |
| minimum | float | with null | The minimum value if reduction has been performed. Null otherwise. |
| reductionlevel | integer1 | with null | The reduction level. Null means no reduction |
| interval | integer | with null | The sample interval |
| no_of_samples | integer | with null | The number of samples in the reduction. Null means no reduction |
| insert_time | integer | with null | The inserted time in epoch |
Product Name: Unicenter Service Management
Table Type: Table