The scc_app_prop table entity stores information about managed application and their storage consumption.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| appuuid | byte(16) | not null | Application unique identifier |
| ver | nvarchar(128) | with null | Application version |
| size | float | with null | Application capacity, in KB |
| name | nvarchar(128) | with null | Application name; not null |
| used | float | with null | Amount used |
| protected | integer1 | with null | Application 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 |
| lastsesstime | date | with null | Last backup session time |
| lastsessstate | nvarchar(64) | with null | Last backup session state |
| assetuuid | byte(16) | with null | Unique identifier for assets table; can be null |
| apptype | nvarchar(64) | with null | SQL, Oracle, Sybase, Exchange |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table