ENUM

O365RestoreActionType

Description

Recover operation type, Restore/Export/Inplace.

link GraphQL Schema definition

  • enum O365RestoreActionType {
  • # Used for failed items export operation.
  • EXPORT_FAILED_ITEMS_FOR_SNAPPABLE
  • # Used for export operation.
  • EXPORT_SNAPPABLE
  • # Used for in-place restore operation.
  • INPLACE_RESTORE_SNAPPABLE
  • # Used for restore operation.
  • RESTORE_SNAPPABLE
  • }