Get Metastore Service Scheduled Backup
data class GetMetastoreServiceScheduledBackup(val backupLocation: String, val cronSchedule: String, val enabled: Boolean, val timeZone: String)
Properties
Link copied to clipboard
A Cloud Storage URI of a folder, in the format gs://
Link copied to clipboard
The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
Link copied to clipboard