Used to store these class versions of USD objects
| Column Name | Column Datatype | Column Null Option | Column Comment |
| bucket_number | integer | not null | Bucket number: may allow us to divide the objects in a class and only discard those objects in a changed bucket. |
| name | char(32) | not null | Name of the psersistent class. eg task, target, volume, .... |
| bucket_count | integer | not null | Bucket count: may allow us to divide the objects in a class and only discard those objects in a changed bucket. |
| insert_version | integer | not null | Will allow further optimization by separating inserts and keeping the cached objects but not the cached collections. |
| modify_version | integer | not null | is the version_number of the class |
Product Name: Unicenter Desktop and Server Management
Table Type: Table