BackupSchedule interface
model interface BackupSchedule
Properties
| cron |
The cron expression that defines when you want to back up your data. |
| retention |
The retention period (hours) of the backups. If you want to retain data forever, set retention to 0. |
| schedule |
The unique identifier of backup schedule. |
Property Details
cronExpression
The cron expression that defines when you want to back up your data.
cronExpression?: string
Property Value
string
retentionInHours
The retention period (hours) of the backups. If you want to retain data forever, set retention to 0.
retentionInHours?: number
Property Value
number
scheduleName
The unique identifier of backup schedule.
scheduleName?: string
Property Value
string