Serverless Cache Cache Usage Limits
data class ServerlessCacheCacheUsageLimits(val dataStorage: ServerlessCacheDataStorage? = null, val ecpuPerSecond: ServerlessCacheEcpuPerSecond? = null)
The cache capacity limit of the Serverless Cache.
Constructors
Link copied to clipboard
constructor(dataStorage: ServerlessCacheDataStorage? = null, ecpuPerSecond: ServerlessCacheEcpuPerSecond? = null)