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.
  • ArchiveStorage
  • # Total count of all workloads matching the aggregation.
  • Count
  • # The logical size of the workload's last snapshot.
  • LAST_SNAPSHOT_LOGICAL_BYTES
  • # Logical bytes used by snapshots of this workload.
  • LogicalBytes
  • # The number of snapshots that were missed.
  • MissedSnapshots
  • # Physical bytes used by snapshots of this workload.
  • PhysicalBytes
  • # The amount of storage used by replicated snapshots.
  • ReplicaStorage
  • # Bytes ingested over the network for this workload.
  • TRANSFERRED_BYTES
  • # The total number of snapshots present for this workload.
  • TotalSnapshots
  • }

link Require by