OBJECT
ArchivalObjectInfo
Description
Archival object information.
link GraphQL Schema definition
- type ArchivalObjectInfo {
- # Number of local snapshots pending upload to the archival location.
- Long! :
- # Date of the latest archived snapshot.
- DateTime :
- # Number of active snapshots on the archival location.
- Long! :
- # Physical location of the object.
- String! :
- # Name of the object.
- String! :
- # Status of the object.
- String! :
- # Type of the object.
- String! :
- # SLA Domain of the object.
- String! :
- # Archival storage usage of the object in bytes.
- Long! :
- # Internal ID of the object.
- String :
- }
link Require by
- ArchivalObjectInfoConnectionPaginated list of ArchivalObjectInfo objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ArchivalObjectInfoEdgeWrapper around the ArchivalObjectInfo object. This wrapper is used for pagination.