ENUM
SnappableType
Description
Snappable type.
link GraphQL Schema definition
- enum SnappableType {
- # Used for search of the Calendar subsnappable of Exchange.
- # Used for search of the Contacts subsnappable of Exchange.
- # Exchange snappable. Used for recovery of any subsnappable (Mailbox, Calendar,
- # Contacts) objects.
- # Used for search of the Mailbox subsnappable of Exchange.
- # OneDrive snappable.
- # Sharepoint drive snappable.
- # Sharepoint list snappable.
- # Sharepoint site snappable.
- # Teams snappable.
- }
link Require by
- Query
- RestoreO365SnappableInputConfig for O365 Snappable Restore.
- SharePointFullRestoreConfigRepresents the objects or items to be restored from a site collection. Either the SharePoint object or SharePoint items should be populated, but not both.
- SharePointItemsRepresents the SharePoint items in a site collection to be restored.
- SharePointObjectRepresents the SharePoint object (document library, list, site, or web part) to be restored.