ENUM

SnapshotServiceBackupStatus

Description

Enum representing the backup status of M365 Site snapshots.

link GraphQL Schema definition

  • enum SnapshotServiceBackupStatus {
  • # Backup not successful.
  • FAIL
  • # Backup successful and all child objects are backed up.
  • FULL_SUCCESS
  • # Backup partially successful with few child objects being skipped during backup.
  • PARTIAL_SUCCESS
  • }