RerunTumblingWindowTriggerActionParameters interface
Rerun tumbling window trigger Parameters.
Properties
| end |
The end time for the time period for which restatement is initiated. Only UTC time is currently supported. |
| max |
The max number of parallel time windows (ready for execution) for which a rerun is triggered. |
| start |
The start time for the time period for which restatement is initiated. Only UTC time is currently supported. |
Property Details
endTime
The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
endTime: Date
Property Value
Date
maxConcurrency
The max number of parallel time windows (ready for execution) for which a rerun is triggered.
maxConcurrency: number
Property Value
number
startTime
The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
startTime: Date
Property Value
Date