OBJECT

MssqlDefaultPropertiesOnClusterReply

Description

Supported in v5.0+

link GraphQL Schema definition

  • type MssqlDefaultPropertiesOnClusterReply {
  • # Required. 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!
  • # Required. 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
  • }

link Require by