OBJECT
Db2LogBackupFile
Description
Backup file associated with the Db2 log back object.
link GraphQL Schema definition
- type Db2LogBackupFile {
- # Size of the db2 log backup.
- : Long
- # The ID for the Db2 log back object.
- : String
- # Chain number for the log backup.
- : String
- # Location of the backup file.
- : String
- # End time for log backup.
- : DateTime
- # Name of the log file.
- : String
- # Partition number for the log backup.
- : Int
- # Start time for log backup.
- : DateTime
- }