MetastoreServiceMaintenanceWindow

data class MetastoreServiceMaintenanceWindow(val dayOfWeek: String, val hourOfDay: Int)

Constructors

Link copied to clipboard
fun MetastoreServiceMaintenanceWindow(dayOfWeek: String, hourOfDay: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day of week, when the window starts. Possible values are MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.

Link copied to clipboard

The hour of day (0-23) when the window starts.