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
  • # Start time for log backup.
  • startTime: DateTime
  • # Name of the log file.
  • logFileName: String
  • # Chain number for the log backup.
  • chainNumber: String
  • # Partition number for the log backup.
  • partitionNumber: Int
  • }