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.
- Boolean! :
- # Required. Supported in v5.0+
- Long! :
- # Supported in v5.3+
- Int :
- # Supported in v7.0+
- # Use the default backup location configured in SQL Server for file-based log
- # backups.
- Boolean :
- }