ServerlessCacheCacheUsageLimitsDataStorage

data class ServerlessCacheCacheUsageLimitsDataStorage(val maximum: Int? = null, val minimum: Int? = null, val unit: String)

Constructors

constructor(maximum: Int? = null, minimum: Int? = null, unit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximum: Int? = null

The upper limit for data storage the cache is set to use. Must be between 1 and 5,000.

Link copied to clipboard
val minimum: Int? = null

The lower limit for data storage the cache is set to use. Must be between 1 and 5,000.

Link copied to clipboard

The unit that the storage is measured in, in GB.