LongTermBackUpScheduleDetails interface

Details for the long-term backup schedule.

Properties

isDisabled

Indicates if the long-term backup schedule should be deleted. The default value is FALSE.

repeatCadence

The frequency of the long-term backup schedule

retentionPeriodInDays

Retention period, in days, for backups.

timeOfBackup

The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.

Property Details

isDisabled

Indicates if the long-term backup schedule should be deleted. The default value is FALSE.

isDisabled?: boolean

Property Value

boolean

repeatCadence

The frequency of the long-term backup schedule

repeatCadence?: string

Property Value

string

retentionPeriodInDays

Retention period, in days, for backups.

retentionPeriodInDays?: number

Property Value

number

timeOfBackup

The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.

timeOfBackup?: Date

Property Value

Date