HourlyScheduleResponse

data class HourlyScheduleResponse(val minute: Int? = null, val snapshotsToKeep: Int? = null, val usedBytes: Double? = null)

Hourly Schedule properties

Constructors

Link copied to clipboard
constructor(minute: Int? = null, snapshotsToKeep: Int? = null, usedBytes: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minute: Int? = null

Indicates which minute snapshot should be taken

Link copied to clipboard
val snapshotsToKeep: Int? = null

Hourly snapshot count to keep

Link copied to clipboard
val usedBytes: Double? = null

Resource size in bytes, current storage usage for the volume in bytes