OBJECT

ArchivalStorageUsage

Description

Time log for the storage usage of an archival location.

link GraphQL Schema definition

  • type ArchivalStorageUsage {
  • # Time that the log was stored.
  • logTimestamp: DateTime!
  • # Amount of storage used in bytes.
  • storageUsage: Long!
  • }

link Require by