KxDataviewSegmentConfigurationArgs

data class KxDataviewSegmentConfigurationArgs(val dbPaths: Output<List<String>>, val onDemand: Output<Boolean>? = null, val volumeName: Output<String>) : ConvertibleToJava<KxDataviewSegmentConfigurationArgs>

Constructors

Link copied to clipboard
constructor(dbPaths: Output<List<String>>, onDemand: Output<Boolean>? = null, volumeName: Output<String>)

Properties

Link copied to clipboard
val dbPaths: Output<List<String>>

The database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume.

Link copied to clipboard
val onDemand: Output<Boolean>? = null

Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is True, dataviews perform minimal loading of files on the filesystem as needed. When it is set to False, everything is cached. The default value is False.

Link copied to clipboard
val volumeName: Output<String>

The name of the volume that you want to attach to a dataview. This volume must be in the same availability zone as the dataview that you are attaching to.

Functions

Link copied to clipboard
open override fun toJava(): KxDataviewSegmentConfigurationArgs