KxClusterDatabase

data class KxClusterDatabase(val cacheConfigurations: List<KxClusterDatabaseCacheConfiguration>? = null, val changesetId: String? = null, val databaseName: String, val dataviewName: String? = null)

Constructors

Link copied to clipboard
constructor(cacheConfigurations: List<KxClusterDatabaseCacheConfiguration>? = null, changesetId: String? = null, databaseName: String, dataviewName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration details for the disk cache to increase performance reading from a KX database mounted to the cluster. See cache_configurations.

Link copied to clipboard
val changesetId: String? = null

A unique identifier of the changeset that is associated with the cluster.

Link copied to clipboard

Name of the KX database.

Link copied to clipboard
val dataviewName: String? = null

The name of the dataview to be used for caching historical data on disk. You cannot update to a different dataview name once a cluster is created. Use lifecycle ignore_changes for database to prevent any undesirable behaviors.