OBJECT

SnapshotDistribution

Description

A generic snapshot type.

link GraphQL Schema definition

  • type SnapshotDistribution {
  • # Total number of snapshots.
  • totalCount: Long!
  • # Number of scheduled snapshots.
  • scheduledCount: Long!
  • # Number of on demand snapshots.
  • onDemandCount: Long!
  • # Number of retrieved snapshots.
  • retrievedCount: Long!
  • # The ID of the snappable.
  • id: UUID!
  • }

link Require by