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 :
- # Location of the backup file.
- String :
- # The ID for the Db2 log back object.
- String :
- # End time for log backup.
- DateTime :
- # Start time for log backup.
- DateTime :
- # Name of the log file.
- String :
- # Chain number for the log backup.
- String :
- # Partition number for the log backup.
- Int :
- }