OBJECT

AzureBlobConfig

Description

SLA Domain configuration for Azure Blob.

link GraphQL Schema definition

  • type AzureBlobConfig {
  • # Specifies the duration to which a Point-in-Time recovery can be performed on the
  • # associated Azure Blob.
  • continuousBackupRetentionInDays: Int!
  • # Specifies the location ID where the primary backups will be stored.
  • backupLocationId: String!
  • # Backup location Name.
  • backupLocationName: String
  • }