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.
- : Long!
- # The total number of contacts across all users.
- : Long!
- # The total number of emails across all users.
- : Long!
- # The total number of OneDrive files across all users.
- : Long!
- # The total number of SharePoint files across all users.
- : Long!
- # The total number of SharePoint sites across all users.
- : Long!
- # The total number of users included in the analysis.
- : Long!
- }