KxSavedownStorageConfiguration

The size and type of temporary storage that is used to hold data during the savedown process. All the data written to this storage space is lost when the cluster node is restarted.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val size: Int?

The size of temporary storage in gibibytes.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String