Kx Dataview Segment Configuration
    data class KxDataviewSegmentConfiguration(val dbPaths: List<String>, val onDemand: Boolean? = null, val volumeName: String)
Constructors
Link copied to clipboard
                fun KxDataviewSegmentConfiguration(dbPaths: List<String>, onDemand: Boolean? = null, volumeName: String)