OBJECT

RecoveryAnalysisSummary

Description

Aggregate summary statistics across all users in the analysis.

link GraphQL Schema definition

  • type RecoveryAnalysisSummary {
  • # The total number of calendar events across all users.
  • totalCalendarEvents: Long!
  • # The total number of contacts across all users.
  • totalContacts: Long!
  • # The total number of emails across all users.
  • totalEmails: Long!
  • # The total number of OneDrive files across all users.
  • totalOnedriveFiles: Long!
  • # The total number of SharePoint files across all users.
  • totalSharepointFiles: Long!
  • # The total number of SharePoint sites across all users.
  • totalSharepointSites: Long!
  • # The total number of users included in the analysis.
  • totalUserCount: Long!
  • }