INPUT_OBJECT

ExchangeBackupJobConfigInput

Description

Supported in v8.0+

link GraphQL Schema definition

  • input ExchangeBackupJobConfigInput {
  • # Supported in v8.0+
  • # Specifies whether to take a full snapshot. When true, a full snapshot is taken.
  • # When false, an incremental snapshot is taken.
  • forceFullSnapshot: Boolean
  • baseOnDemandSnapshotConfig: BaseOnDemandSnapshotConfigInput
  • }