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.
- Long :
- # Name of the host.
- String :
- # The persistence volume ID.
- Long :
- # Type of persistence to be backed-up: volume or topology.
- String :
- # Displays that the data or log backup was written to this location.
- String :
- # Type of location: file or backint.
- String :
- # Type of database service: indexserver, nameserver, or statisticsserver.
- String :
- # Identifier of the log backup.
- String :
- # Size of the backup in bytes.
- Long :
- # New and old redo log positions.
- SapHanaLogPositionInterval :
- }