The scc_srv_prop table entity stores information about file servers and application servers. Server consumes storage for the application running on it.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| srvuuid | byte(16) | not null | Unique identifier for storage system table; not null |
| volsize | float | with null | Volume capacity, in KB |
| volused | float | with null | Volume space used, in KB |
| volusedpct | float | with null | Percent used |
| protected | integer1 | with null | Server backed up |
| backups | integer | with null | Number of backups |
| restores | integer | with null | Number of restores |
| backuperr | integer | with null | Number of backup errors |
| restoreerr | integer | with null | Number of restore errors |
| bcktime | integer | with null | Total backup time |
| bcksize | float | with null | Total backup size in KB |
| restoresize | float | with null | Restored size, in KB |
| capacityalarms | integer | with null | Number of threshold capacity alarms |
Product Name: BrightStor Storage Command Center
Table Type: Table