The scc_vol_prop table entity stores information about volumes as defined by the different operating systems.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| voluuid | byte(16) | not null | Unique identifier for server table; not null |
| srvuuid | byte(16) | not null | Unique identifier for storage system table; not null |
| name | nvarchar(128) | not null | Volume name; not null |
| os | nvarchar(128) | with null | Operating system |
| voltype | nvarchar(64) | with null | Number of protected applications |
| tier | nvarchar(64) | with null | Network Appliance filers (mid-range) |
| size | float | with null | Total volume size in KB |
| used | float | with null | Used space, in KB |
| free | float | with null | Total volume free space in KB |
| usedpct | float | with null | Percent used space, in KB |
| protected | integer1 | with null | Volume backed up |
| mirror | integer | with null | Number of Symmetrix mirrors |
| lastsesstime | date | with null | Last backup session time |
| lastsessstate | varchar(64) | with null | Last backup session state |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table