Contains a list of valid units for asset capacity. Capacity for a new asset is loaded either from disk or memory information from the discovered asset. UAPM converts the memory or disk space to the correct format using the valid units specified in this table before moving it to the UAPM.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | |
| inactive | integer | not null | |
| name | nvarchar(100) | not null | |
| creation_user | nvarchar(64) | with null | |
| creation_date | integer | with null | |
| last_update_user | nvarchar(64) | with null | |
| last_update_date | integer | with null | |
| version_number | integer | with null | |
| description | nvarchar(255) | with null | |
| exclude_registration | integer | with null | |
| delete_time | integer | with null |
Product Name: Asset
Table Type: Table