OBJECT

GetSkippedTeamsSiteReportResp

Description

Response for the skipped Teams site report for Sharepoint bulk recovery.

link GraphQL Schema definition

  • type GetSkippedTeamsSiteReportResp {
  • # A report of the workloads restored.
  • externalDownloadId: String!
  • # It is the total number of skipped sites.
  • totalSkippedSiteCount: Int! @deprecated( reason: "api now triggers async download and does not return the count." )
  • }

link Require by