CronTrigger interface
Cron based trigger.
- Extends
Properties
| end |
End time for the cron schedule in ISO 8601 format. |
| expression | Cron expression that defines the schedule frequency. |
| start |
Start time for the cron schedule in ISO 8601 format. |
| time |
Time zone for the cron schedule. |
| type | The discriminator possible values: Cron, Recurrence, OneTime |
Property Details
endTime
End time for the cron schedule in ISO 8601 format.
endTime?: string
Property Value
string
expression
Cron expression that defines the schedule frequency.
expression: string
Property Value
string
startTime
Start time for the cron schedule in ISO 8601 format.
startTime?: string
Property Value
string
timeZone
Time zone for the cron schedule.
timeZone?: string
Property Value
string
type
The discriminator possible values: Cron, Recurrence, OneTime
type: "Cron"
Property Value
"Cron"