ENUM

TargetSyncStatus

Description

Sync status of the archival location.

link GraphQL Schema definition

  • enum TargetSyncStatus {
  • # Location sync failed.
  • ACTION_FAILED
  • # Location sync failure being retried.
  • ACTION_FAILED_RETRY
  • # Location is not created on cluster.
  • NOT_CREATED_ON_CDM
  • # Reader location is being promoted to owner.
  • PENDING_PROMOTE
  • # Reader location is being refreshed.
  • PENDING_REFRESH
  • # Location is syncing with cluster.
  • PENDING_SYNC
  • # Location is synced with cluster.
  • SYNCED
  • }