OBJECT

MonthlySnapshotSchedule

Description

Monthly snapshot schedule.

link GraphQL Schema definition

  • type MonthlySnapshotSchedule {
  • # Basic monthly snapshot schedule.
  • basicSchedule: BasicSnapshotSchedule
  • # Day of the month.
  • dayOfMonth: DayOfMonth!
  • # List the days in a month on which you want a snapshot with monthly frequency to
  • # be taken.
  • daysOfMonth: [MonthlyDaySpec!]!
  • }