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.
  • backupFileSizeInBytes: Long!
  • # Backup file destination path. Path of the file in the backing storage.
  • destinationPath: String!
  • # Information specific to Db2 and which is already not available in
  • # DBDataBackupFile.
  • db2BackupFile: Db2WorkloadDataBackupFile!
  • }