ProtectedItemDynamicMemoryConfigResponse

data class ProtectedItemDynamicMemoryConfigResponse(val maximumMemoryInMegaBytes: Double, val minimumMemoryInMegaBytes: Double, val targetMemoryBufferPercentage: Int)

Protected item dynamic memory config.

Constructors

Link copied to clipboard
constructor(maximumMemoryInMegaBytes: Double, minimumMemoryInMegaBytes: Double, targetMemoryBufferPercentage: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets maximum memory in MB.

Link copied to clipboard

Gets or sets minimum memory in MB.

Link copied to clipboard

Gets or sets target memory buffer in %.