There are several object types that support dump and load operations:
Dump Record (dm_dump_record)
A dump record object contains information about a specific dump execution. It has a property that contains the name of the file with the dumped information and properties whose values tell Content Server which objects to copy into the specified file.
Dump Object Record (dmi_dump_object_record)
A dA dump object record object contains information about one specific object that is copied out to the dump file. Dump object record objects are used internally.
Load Record (dm_load_record)
A load record object contains information about a specific load operation. Its properties are used by Content Server to manage the loading process. It also has two properties that contain the starting and ending times of the load operation.
Load Object Record (dmi_load_object_record)
A load object record object contains information about one specific object that is loaded from the dump file into a repository. Load object record objects are used internally.
For information about the properties of these object types, refer to the Documentum System Object Reference.