OBJECT
BasicSnapshotSchedule
Description
Basic snapshot schedule.
link GraphQL Schema definition
- type BasicSnapshotSchedule {
- # Frequency of snapshot schedule.
- : Int!
- # Retention of snapshot schedule.
- : Int!
- # Unit of retention in snapshot schedule.
- : RetentionUnit!
- }
link Require by
- DailySnapshotScheduleDaily snapshot schedule.
- HourlySnapshotScheduleHourly snapshot schedule.
- MinuteSnapshotScheduleMinute snapshot schedule.
- MonthlySnapshotScheduleMonthly snapshot schedule.
- QuarterlySnapshotScheduleQuarterly snapshot schedule.
- WeeklySnapshotScheduleWeekly snapshot schedule.
- YearlySnapshotScheduleYearly snapshot schedule.