OBJECT
SapHanaDataBackupFile
Description
Data backup files for SAP HANA full, incremental, or differential backup.
link GraphQL Schema definition
- type SapHanaDataBackupFile {
- # Size of the backed-up file in bytes.
- : Long!
- # Path of the target location where the data or log backup was written.
- : String!
- # Identifier of the data backup.
- : String!
- # Redo log position for the backup.
- : Long
- # Type of database service: indexserver, nameserver, or statisticsserver.
- : String!
- # The persistence volume ID.
- : Long!
- # Type of persistence to be backed-up: volume or topology.
- : String!
- }