OBJECT

SapHanaLogBackupFiles

Description

Log backup file for SAP HANA log backup.

link GraphQL Schema definition

  • type SapHanaLogBackupFiles {
  • # The SAP HANA backup ID for log backup.
  • backupId: Long
  • # Name of the host.
  • hostName: String
  • # The persistence volume ID.
  • sourceId: Long
  • # Type of persistence to be backed-up: volume or topology.
  • sourceTypeName: String
  • # Displays that the data or log backup was written to this location.
  • destinationPath: String
  • # Type of location: file or backint.
  • destinationType: String
  • # Type of database service: indexserver, nameserver, or statisticsserver.
  • serviceTypeName: String
  • # Identifier of the log backup.
  • externalBackupId: String
  • # Size of the backup in bytes.
  • backupSizeInBytes: Long
  • # New and old redo log positions.
  • logPositionInterval: SapHanaLogPositionInterval
  • }