INPUT_OBJECT

MssqlDbDefaultsUpdateInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MssqlDbDefaultsUpdateInput {
  • # Supported in v5.0+
  • # v5.0-v5.2: True to enable CBT based backup, false to disable.
  • # v5.3+: True to enable a CBT-based backup, false to disable a CBT-based backup.
  • cbtStatus: Boolean
  • # Supported in v5.0+
  • logBackupFrequencyInSeconds: Long
  • # Supported in v5.3+
  • logRetentionTimeInHours: Int
  • # Supported in v7.0+
  • # Use the default backup location configured in SQL Server for file-based log
  • # backups.
  • shouldUseDefaultBackupLocation: Boolean
  • }