This table holds the volume objects, one or more volumes are used to create a software package. A volume represents the files and directories that have been included in a software package.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectid | byte(16) | not null | Primary key, it is a uuid. |
| version | integer | not null | Version number is used to maintain cache and an optimistic transaction policy |
| name | nvarchar(129) | not null | This is the name of the volume. |
| comment | nvarchar(255) | not null | This is the comment of the volume. |
| number | integer | not null | This the number of this volume. |
| rsw | byte(16) | with null | This is the software package where this volume is included. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| objectid | usd_actproc | volume |