ENUM

UpgradeStatus

Description

UpgradeStatus is upgrade status of archival location to RSC-managed location.

link GraphQL Schema definition

  • enum UpgradeStatus {
  • # IN_PROGRESS if upgrade process is in progress.
  • IN_PROGRESS
  • # READY_TO_UPGRADE if upgrade process not started yet.
  • READY_TO_UPGRADE
  • # UPGRADE_FAILED if upgrade process fails in between.
  • UPGRADE_FAILED
  • # UPGRADE_SUCCESS if upgrade process completes successfully.
  • UPGRADE_SUCCESS
  • # UPGRADE_UNSUPPORTED if archival location can't be upgraded.
  • UPGRADE_UNSUPPORTED
  • }

link Require by