ENUM

SapHanaOnDemandBackupConfigBackupType

Description

Enumerates the types of backups that can be performed for an SAP HANA database.

link GraphQL Schema definition

  • enum SapHanaOnDemandBackupConfigBackupType {
  • # Specifies that the backup to be performed is differential.
  • SAP_HANA_ON_DEMAND_BACKUP_CONFIG_BACKUP_TYPE_DIFFERENTIAL
  • # Specifies that the backup to be performed is full.
  • SAP_HANA_ON_DEMAND_BACKUP_CONFIG_BACKUP_TYPE_FULL
  • # Specifies that the backup to be performed is incremental.
  • SAP_HANA_ON_DEMAND_BACKUP_CONFIG_BACKUP_TYPE_INCREMENTAL
  • }