The scc_msg_prop table entity stores information about internal system activity and the system status.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| msguuid | byte(16) | not null | PK Unique identifier; not null |
| source | nvarchar(128) | with null | Message source |
| text | nvarchar(512) | with null | Message text |
| type | nvarchar(64) | with null | Message type; either summary, warning, or error |
| context | nvarchar(64) | with null | Specifies the context in which this message occurred. |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table