OBJECT
Time log for the storage usage of an archival location.
type ArchivalStorageUsage {# Time that the log was stored.logTimestamp: DateTime! # Amount of storage used in bytes.storageUsage: Long! }