OBJECT

SapHanaDataBackupFile

Description

Data backup files for SAP HANA full, incremental, or differential backup.

link GraphQL Schema definition

  • type SapHanaDataBackupFile {
  • # The persistence volume ID.
  • sourceId: Long!
  • # Type of persistence to be backed-up: volume or topology.
  • sourceType: String!
  • # Type of database service: indexserver, nameserver, or statisticsserver.
  • serviceType: String!
  • # Identifier of the data backup.
  • externalBackupId: String!
  • # Redo log position for the backup.
  • redoLogPositionOpt: Long
  • # Size of the backed-up file in bytes.
  • backupFileSizeInBytes: Long!
  • # Path of the target location where the data or log backup was written.
  • destinationPath: String!
  • }