The scc_asset_prop table entity stores information about any storage or data assets.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| assetuuid | byte(16) | not null | Unique identifier for assets table; can be null |
| caassetuuid | byte(16) | with null | unique identifier to global Computer Associates assets table; can be null |
| locuuid | byte(16) | with null | Unique identifier to the location attribute of an asset; can be null |
| orguuid | byte(16) | with null | Unique identifier for an organization; can be null |
| bpuuid | byte(16) | with null | Unique identifier to a business process; can be null |
| name | nvarchar(128) | not null | Storage asset name as supported by BrightStor Storage Resource |
| type | nvarchar(64) | with null | Host, Filer, DiskArray, Library, Switch, Media, Application, Desktop |
| vendor | nvarchar(255) | with null | Asset vendor |
| model | nvarchar(255) | with null | Asset model |
| managed | integer1 | with null | Indicates whether the asset is managed by BrightStor |
| hardwarefailures | integer | with null | Number of hardware failures |
| timestamp | date | with null | Date and time this record was updated |
Product Name: BrightStor Storage Command Center
Table Type: Table