ServerlessCacheDataStorage

data class ServerlessCacheDataStorage(val maximum: Int? = null, val minimum: Int? = null, val unit: ServerlessCacheDataStorageUnit)

The cached data capacity of the Serverless Cache.

Constructors

Link copied to clipboard
constructor(maximum: Int? = null, minimum: Int? = null, unit: ServerlessCacheDataStorageUnit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximum: Int? = null

The maximum cached data capacity of the Serverless Cache.

Link copied to clipboard
val minimum: Int? = null

The minimum cached data capacity of the Serverless Cache.

Link copied to clipboard

The unit of cached data capacity of the Serverless Cache.