SimpleSchedulePolicy interface
Simple policy schedule.
- Extends
Properties
| hourly |
Hourly Schedule of this Policy |
| schedule |
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
| schedule |
List of days of week this schedule has to be run. |
| schedule |
Frequency of the schedule operation of this policy. |
| schedule |
List of times of day this schedule has to be run. |
| schedule |
At every number weeks this schedule has to be run. |
Property Details
hourlySchedule
schedulePolicyType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
schedulePolicyType: "SimpleSchedulePolicy"
Property Value
"SimpleSchedulePolicy"
scheduleRunDays
List of days of week this schedule has to be run.
scheduleRunDays?: DayOfWeek[]
Property Value
scheduleRunFrequency
Frequency of the schedule operation of this policy.
scheduleRunFrequency?: string
Property Value
string
scheduleRunTimes
List of times of day this schedule has to be run.
scheduleRunTimes?: Date[]
Property Value
Date[]
scheduleWeeklyFrequency
At every number weeks this schedule has to be run.
scheduleWeeklyFrequency?: number
Property Value
number