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
- # Backup prefix of data 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
- # SnapshotId of the base full backup.
- : String
- # Files for the data backup.
- : [SapHanaDataBackupFile!]
- # 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
- # End time for the backup in Rubrik.
- : DateTime
- # Start time for the backup in Rubrik.
- : DateTime
- # End time for the backup in DB.
- : DateTime
- # Start time for the backup in DB.
- : DateTime
- # Snapshot type: Full/Incremental/Differential.
- : String
- }