segmentConfigurations

@JvmName(name = "yxbrydlxhvdljxmp")
suspend fun segmentConfigurations(value: Output<List<KxDataviewSegmentConfigurationArgs>>)
@JvmName(name = "tbsllhfaixkfdhis")
suspend fun segmentConfigurations(value: List<KxDataviewSegmentConfigurationArgs>?)

Parameters

value

The configuration that contains 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. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.


@JvmName(name = "ohliatvhdssxfxrl")
suspend fun segmentConfigurations(vararg values: Output<KxDataviewSegmentConfigurationArgs>)


@JvmName(name = "rngwwxmygxxdfqbl")
suspend fun segmentConfigurations(values: List<Output<KxDataviewSegmentConfigurationArgs>>)
@JvmName(name = "dtvjjxythmyxpsst")
suspend fun segmentConfigurations(vararg values: KxDataviewSegmentConfigurationArgs)

Parameters

values

The configuration that contains 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. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.


@JvmName(name = "ospepmrfvmndgylo")
suspend fun segmentConfigurations(argument: List<suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "ilvhmgaspitvdtcf")
suspend fun segmentConfigurations(vararg argument: suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "sebcotjevkljpnfc")
suspend fun segmentConfigurations(argument: suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The configuration that contains 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. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.