HourlySchedule interface
Properties
interval | Interval at which backup needs to be triggered. For hourly the value can be 4/6/8/12 |
schedule |
To specify duration of the backup window |
schedule |
To specify start time of the backup window |
Property Details
interval
Interval at which backup needs to be triggered. For hourly the value can be 4/6/8/12
interval?: number
Property Value
number
scheduleWindowDuration
To specify duration of the backup window
scheduleWindowDuration?: number
Property Value
number
scheduleWindowStartTime
To specify start time of the backup window
scheduleWindowStartTime?: Date
Property Value
Date