autoFullBackupDay property

String? autoFullBackupDay
getter/setter pair

The day of the week on which the full backup should be performed on the database.

If no value is provided, it will default to Sunday.

Optional. Possible string values are:

  • "DAY_OF_WEEK_UNSPECIFIED" : The day of the week is unspecified.
  • "MONDAY" : Monday
  • "TUESDAY" : Tuesday
  • "WEDNESDAY" : Wednesday
  • "THURSDAY" : Thursday
  • "FRIDAY" : Friday
  • "SATURDAY" : Saturday
  • "SUNDAY" : Sunday

Implementation

core.String? autoFullBackupDay;