The scc_sys_prop table entity stores information about storage (sub) systems. Such as RAID array, NAS device, or computers that hold internal disks.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sysuuid | byte(16) | not null | Unique identifier of the SAN switch; not null |
| tier | nvarchar(64) | with null | Filers, mid-range (such as Network Appliance models) |
| os | nvarchar(64) | with null | Operating system |
| name | nvarchar(128) | with null | Storage System name; not null |
| size | float | with null | Size (capacity), in KB |
| alloc | float | with null | Total assets allocation in KB |
| unalloc | float | with null | Total assets unallocated in KB |
| allocpct | float | with null | Percent allocated |
| assetuuid | byte(16) | with null | Unique identifier for assets table; can be null |
| type | nvarchar(64) | with null | Host, Filer, DiskArray, Desktop |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table