This table will store all the fetched items from a domain manager, it will link to the fetched item order table, where the actual fetch order is stored.
| 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 |
| fetchdate | integer | not null | Fetch date of the item. |
| fetchtime | integer | not null | Fetch time of the item. |
| fipath | nvarchar(255) | not null | This is the path on enterprise manager to the fetched item. |
| copied | integer | not null | If the fetched item has been copied to a different location, this is true. |
| localsite | byte(16) | with null | This is the link to the manager from which this item was fetched. |
| fio | byte(16) | with null | This is the order used to fetched this item, FK to usd_fio. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table