The scc_cfg_ table entity stores generic user preferences and configuration parameters.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| cfguuid | byte(16) | not null | PK Unique identifier; not null |
| key | nvarchar(512) | with null | Configuration key |
| val | nvarchar(512) | with null | Configuration value |
| oper | nvarchar(64) | with null | Configuration operator |
Product Name: BrightStor Storage Command Center
Table Type: Table