Interface: IBackfillRequest
Properties of a BackfillRequest.
Hierarchy
-
↳
IBackfillRequest
Properties
endTime
• Optional endTime: null | $Properties
BackfillRequest endTime
Inherited from
overlapPolicy
• Optional overlapPolicy: null | ScheduleOverlapPolicy
If set, override overlap policy for this request.
Inherited from
startTime
• Optional startTime: null | $Properties
Time range to evaluate schedule in. Currently, this time range is exclusive on start_time and inclusive on end_time. (This is admittedly counterintuitive and it may change in the future, so to be safe, use a start time strictly before a scheduled time.) Also note that an action nominally scheduled in the interval but with jitter that pushes it after end_time will not be included.