The scc_mda_prop table entity stores information about media.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| mdauuid | byte(16) | not null | Unique identifier to media table; not null |
| mdatype | nvarchar(64) | with null | ARC, TSM, LNW, VNB |
| barcode | nvarchar(128) | with null | Media barcode |
| name | nvarchar(128) | with null | Media name; not null |
| size | float | with null | Size (capacity), in KB |
| timestamp | date | with null | Date and time this record was updated |
| assetuuid | byte(16) | with null | Unique identifier for assets table; can be null |
Product Name: BrightStor Storage Command Center
Table Type: Table