The entity scc_vfs_prop table entity stores statistics about the file system on each volume.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| voluuid | byte(16) | not null | Unique identifier for server table; not null |
| accnewspace | float | with null | Amount of new space accessed, in KB |
| totalsize | float | with null | Total size, in KB |
| acccurspace | float | with null | Amount of current space accessed, in KB |
| name | nvarchar(128) | with null | Volume name |
| accoldspace | float | with null | Amount of old space accessed, in KB |
| accmaturespace | float | with null | Amount of mature space accessed, in KB |
| accrecentspace | float | with null | Amount of recent space accessed, in KB |
| acccurspacepct | float | with null | Percent of current space accessed |
| accnewspacepct | float | with null | Percent of new space accessed |
| accancientspace | float | with null | Amount of ancient space accessed, in KB |
| accoldspacepct | float | with null | Percent of old space accessed |
| accmaturespacepct | float | with null | Percent of mature space accessed |
| accrecentspacepct | float | with null | Percent of recent space accessed |
| mdfcurspace | float | with null | Amount of current space modified, in KB |
| mdfnewspace | float | with null | Amount of new space modified, in KB |
| accancientspacepct | float | with null | Percent of ancient space accessed |
| mdfoldspace | float | with null | Amount of old space modified, in KB |
| mdfmaturespace | float | with null | Amount of mature space modified, in KB |
| mdfrecentspace | float | with null | Amount of recent space modified, in KB |
| mdfcurspacepct | float | with null | Percent of current space modified |
| mdfnewspacepct | float | with null | Percent of new space modified |
| mdfancientspace | float | with null | Amount of ancient space modified, in KB |
| mdfoldspacepct | float | with null | Percent of old space modified |
| mdfmaturespacepct | float | with null | Percent of mature space modified |
| mdfrecentspacepct | float | with null | Percent of recent space modified |
| typjunkspace | float | with null | Amount of junk space on the volume, in KB |
| typjunkspacepct | float | with null | Percent of junk space on the volume |
| mdfancientspacepct | float | with null | Percent of ancient space modified |
| usrspaceavg | float | with null | Average space on the volume for users |
| typreclaimspace | float | with null | Amount of reclaimed junk space, in KB |
| typreclaimspacepct | float | with null | Percent of reclaimed junk space |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table