KxClusterSavedownStorageConfiguration

data class KxClusterSavedownStorageConfiguration(val size: Int? = null, val type: String? = null, val volumeName: String? = null)

Constructors

Link copied to clipboard
constructor(size: Int? = null, type: String? = null, volumeName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val size: Int? = null

Size of temporary storage in gigabytes. Must be between 10 and 16000.

Link copied to clipboard
val type: String? = null

Type of writeable storage space for temporarily storing your savedown data. The valid values are:

Link copied to clipboard
val volumeName: String? = null

The name of the kdb volume that you want to use as writeable save-down storage for clusters.