ENUM

ArchiveFolderAction

Description

Restore actions for the in-place archive folder.

link GraphQL Schema definition

  • enum ArchiveFolderAction {
  • # Only restore the in-place archive folder.
  • ARCHIVE_ONLY
  • # Skip the in-place archive folder while restoring.
  • EXCLUDE_ARCHIVE
  • # No action.
  • NO_ACTION
  • }