HourlySchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hourly schedule for hourly policy
public class HourlySchedule
type HourlySchedule = class
Public Class HourlySchedule
- Inheritance
-
HourlySchedule
Constructors
HourlySchedule() |
Properties
Interval |
Represents the difference (in hours) between two successive backups per day. Allowed values are 4, 6, 8, 12 hours. |
WindowDuration |
Represents the time span (in hours measured from the Schedule Window Start Time) beyond which backup jobs should not be triggered. Values can range from 4 to 23. |
WindowStartTime |
Represents the window start time at which the first backup triggers in a single day, in case of hourly backups. Values can range from 00:00 to 19:30 in multiples of half hours. |