OBJECT
Db2DataBackupFile
Description
File backed up as a part of db2 backup.
link GraphQL Schema definition
- type Db2DataBackupFile {
- # Size of the backed up file in bytes.
- Long! :
- # Backup file destination path. Path of the file in the backing storage.
- String! :
- # Information specific to Db2 and which is already not available in
- # DBDataBackupFile.
- Db2WorkloadDataBackupFile! :
- }