OBJECT

BasicSnapshotSchedule

Description

Basic snapshot schedule.

link GraphQL Schema definition

  • type BasicSnapshotSchedule {
  • # Frequency of snapshot schedule.
  • frequency: Int!
  • # Retention of snapshot schedule.
  • retention: Int!
  • # Unit of retention in snapshot schedule.
  • retentionUnit: RetentionUnit!
  • }