The scc_loc_prop table entity stores information about locations of the storage assets.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| locuuid | byte(16) | not null | Unique identifier to the location attribute of an asset; can be null |
| name | nvarchar(128) | not null | Location name; not null |
| addr | nvarchar(128) | with null | Location address |
| city | nvarchar(128) | with null | Location city |
| state | nvarchar(128) | with null | Location state |
| zip | nvarchar(64) | with null | Location zip |
| country | nvarchar(128) | with null | Location country |
Product Name: BrightStor Storage Command Center
Table Type: Table