OBJECT
MonthlySnapshotSchedule
Description
Monthly snapshot schedule.
link GraphQL Schema definition
- type MonthlySnapshotSchedule {
- # Basic monthly snapshot schedule.
- : BasicSnapshotSchedule
- # Day of the month.
- : DayOfMonth!
- # List the days in a month on which you want a snapshot with monthly frequency to
- # be taken.
- : [MonthlyDaySpec!]!
- }