KxClusterDatabase

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

Constructors

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

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.