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.
  • backupId: Long
  • # Snapshot type: Full/Incremental/Differential.
  • snapshotType: String
  • # Start time for the backup in DB.
  • sapHanaStartTime: DateTime
  • # End time for the backup in DB.
  • sapHanaEndTime: DateTime
  • # Start time for the backup in Rubrik.
  • rubrikSnapshotStartTime: DateTime
  • # End time for the backup in Rubrik.
  • rubrikSnapshotEndTime: DateTime
  • # Backup prefix of data backup.
  • backupPrefix: String
  • # SnapshotId of the base full backup.
  • baseFullSnapshotId: String
  • # Base backup ID for the data backup. For incremental backup, this ID is the
  • # previous incremental backup ID or the full backup ID.
  • baseBackupId: Long
  • # Specifies whether the backup was triggered by Rubrik or by an external agent.
  • isExternalBackup: Boolean
  • # Specifies whether the backups is initiated by Rubrik and is on-demand.
  • isRubrikTriggeredOnDemandBackup: Boolean
  • # Files for the data backup.
  • files: [SapHanaDataBackupFile!]
  • }

link Require by