Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimeBasedBackupScheduleDescription

Package version

Describes the time based backup schedule.

Hierarchy

  • TimeBasedBackupScheduleDescription

Index

Properties

Optional runDays

runDays: DayOfWeek[]

List of days of a week when to trigger the periodic backup. This is valid only when the backup schedule frequency type is weekly.

runTimes

runTimes: Date[] | string[]

Represents the list of exact time during the day in ISO8601 format. Like '19:00:00' will represent '7PM' during the day. Date specified along with time will be ignored.

scheduleFrequencyType

scheduleFrequencyType: BackupScheduleFrequencyType

Describes the frequency with which to run the time based backup schedule. Possible values include: 'Invalid', 'Daily', 'Weekly'

scheduleKind

scheduleKind: "TimeBased"

Polymorphic Discriminator

Generated using TypeDoc