OBJECT

O365SiteSpecificSnapshot

Description

Specific information for M365 Site snapshot created on Rubrik.

link GraphQL Schema definition

  • type O365SiteSpecificSnapshot implements PolarisSpecificSnapshot {
  • # BackupStatus for M365 Site snapshot.
  • backupStatus: SnapshotServiceBackupStatus!
  • # Percentage of children objects missing in the snapshot.
  • percentOfObjectsSkipped: Int!
  • # Number of items skipped during the snapshot.
  • skippedItemCount: Long!
  • # ID of the snapshot.
  • snapshotId: UUID!
  • }

link Require by

This element is not required by anyone