ENUM
SnappableAggregationsEnum
Description
Columns of a workload that can be aggregated.
link GraphQL Schema definition
- enum SnappableAggregationsEnum {
- # The amount of storage used by archived snapshots.
- # Total count of all workloads matching the aggregation.
- # The logical size of the workload's last snapshot.
- # Logical bytes used by snapshots of this workload.
- # The number of snapshots that were missed.
- # Physical bytes used by snapshots of this workload.
- # The amount of storage used by replicated snapshots.
- # Bytes ingested over the network for this workload.
- # The total number of snapshots present for this workload.
- }