OBJECT

SapHanaLogBackup

Description

Backup associated with the SAP HANA log backup.

link GraphQL Schema definition

  • type SapHanaLogBackup {
  • # End time for log backup.
  • endTime: DateTime
  • # Total bytes transferred for log backup.
  • bytesTransferred: Long
  • # The SAP HANA backup ID for log backup.
  • backupId: Long
  • # Start time for log backup.
  • startTime: DateTime
  • # True if the log backup has catalog backup.
  • doesContainCatalogFile: Boolean
  • # Files in the log backup.
  • files: [SapHanaLogBackupFiles!]
  • }