OBJECT
SnapshotSchedule
Description
Snapshot schedule for different frequencies.
link GraphQL Schema definition
- type SnapshotSchedule {
- # Daily schedule of the SLA Domain.
- : DailySnapshotSchedule
- # Hourly schedule of the SLA Domain.
- : HourlySnapshotSchedule
- # Minute schedule of the SLA Domain.
- : MinuteSnapshotSchedule
- # Monthly schedule of the SLA Domain.
- : MonthlySnapshotSchedule
- # Quarterly schedule of the SLA Domain.
- : QuarterlySnapshotSchedule
- # Weekly schedule of the SLA Domain.
- : WeeklySnapshotSchedule
- # Yearly schedule of the SLA Domain.
- : YearlySnapshotSchedule
- }