The scc_vol_hist table entity stores history information about volumes as defined by the different operating systems.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| voluuid | byte(16) | not null | Unique identifier for server table; not null |
| os | nvarchar(128) | with null | Operating system |
| voltype | nvarchar(64) | with null | Volume type (managed computers) |
| 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 |
| 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 |
Product Name: BrightStor Storage Command Center
Table Type: Table