INPUT_OBJECT

MssqlBackupJobConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MssqlBackupJobConfigInput {
  • # Supported in v5.0+
  • # Whether to force a full snapshot or an incremental.
  • forceFullSnapshot: Boolean
  • # Configuration for the on-demand SQL Server snapshot.
  • baseOnDemandSnapshotConfig: BaseOnDemandSnapshotConfigInput
  • }