CachePatchSchedule

data class CachePatchSchedule(val dayOfWeek: String, val maintenanceWindow: String? = null, val startHourUtc: Int? = null)

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, maintenanceWindow: String? = null, startHourUtc: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the Weekday name - possible values include Monday, Tuesday, Wednesday etc.

Link copied to clipboard

The ISO 8601 timespan which specifies the amount of time the Redis Cache can be updated. Defaults to PT5H.

Link copied to clipboard
val startHourUtc: Int? = null

the Start Hour for maintenance in UTC - possible values range from 0 - 23.