OBJECT

Db2LogBackupFile

Description

Backup file associated with the Db2 log back object.

link GraphQL Schema definition

  • type Db2LogBackupFile {
  • # Size of the db2 log backup.
  • backupFileSizeInBytes: Long
  • # Location of the backup file.
  • destinationPath: String
  • # The ID for the Db2 log back object.
  • backupId: String
  • # End time for log backup.
  • endTime: DateTime
  • }