OBJECT
SapHanaAppMetadata
Description
SAP HANA workload related app metadata for a snapshot.
link GraphQL Schema definition
- type SapHanaAppMetadata {
- # The SAP HANA backup ID for data backup.
- Long :
- # Snapshot type: Full/Incremental/Differential.
- String :
- # Start time for the backup in DB.
- DateTime :
- # End time for the backup in DB.
- DateTime :
- # Start time for the backup in Rubrik.
- DateTime :
- # End time for the backup in Rubrik.
- DateTime :
- # Backup prefix of data backup.
- String :
- # SnapshotId of the base full backup.
- String :
- # Base backup ID for the data backup. For incremental backup, this ID is the
- # previous incremental backup ID or the full backup ID.
- Long :
- # Specifies whether the backup was triggered by Rubrik or by an external agent.
- Boolean :
- # Specifies whether the backups is initiated by Rubrik and is on-demand.
- Boolean :
- # Files for the data backup.
- SapHanaDataBackupFile!] : [
- }