OBJECT
SnappableAggregation
Description
The aggregation data of some workload statistics.
link GraphQL Schema definition
- type SnappableAggregation {
- # The total number of snapshots present for the workload.
- Int! :
- # The number of snapshots that were missed.
- Int! :
- # The amount of storage used by archived snapshots.
- Long! :
- # The amount of storage used by replicated snapshots.
- Long! :
- # Physical bytes used by snapshots of this workload.
- Long! :
- # Logical bytes used by snapshots of this workload.
- Long! :
- # The logical size of the workload's last snapshot.
- Long! :
- # Bytes ingested over the network for this workload.
- Long! :
- }