OBJECT
SapHanaLogBackup
Description
Backup associated with the SAP HANA log backup.
link GraphQL Schema definition
- type SapHanaLogBackup {
- # The SAP HANA backup ID for log backup.
- : Long
- # Total bytes transferred for log backup.
- : Long
- # True if the log backup has catalog backup.
- : Boolean
- # End time for log backup.
- : DateTime
- # Files in the log backup.
- : [SapHanaLogBackupFiles!]
- # Start time for log backup.
- : DateTime
- }