Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MonthlyBackupPolicy

Monthly backup policy.

Properties

backupStart

backupStart: string

Hour of the day when backup starts.

daysOfTheMonth

daysOfTheMonth: Array<number>

Day of the month when the backup should start. To ensure that the backup runs monthly, the latest day of the month that you can use to schedule a backup is the the 28th day.

Const kind

kind: string = "MONTHLY"

Optional retentionDays

retentionDays: undefined | number

How many days the data should be stored after the database system deletion. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj