OBJECT

ArchivalObjectInfo

Description

Archival object information.

link GraphQL Schema definition

  • type ArchivalObjectInfo {
  • # Number of local snapshots pending upload to the archival location.
  • archivalLag: Long!
  • # Date of the latest archived snapshot.
  • latestArchivedSnapshotDate: DateTime
  • # Number of active snapshots on the archival location.
  • numActiveSnapshots: Long!
  • # Physical location of the object.
  • objectLocation: String!
  • # Name of the object.
  • objectName: String!
  • # Status of the object.
  • objectStatus: String!
  • # Type of the object.
  • objectType: String!
  • # SLA Domain of the object.
  • slaDomain: String!
  • # Archival storage usage of the object in bytes.
  • storageUsage: Long!
  • # Internal ID of the object.
  • workloadId: String
  • }