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