segmentConfigurations

@JvmName(name = "oqpijbugucveruuq")
suspend fun segmentConfigurations(value: Output<List<KxDataviewSegmentConfigurationArgs>>)
@JvmName(name = "htddldlnhathnrfw")
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 = "dysolcpdokqjkxee")
suspend fun segmentConfigurations(vararg values: Output<KxDataviewSegmentConfigurationArgs>)


@JvmName(name = "gdkbssmslotfnyju")
suspend fun segmentConfigurations(values: List<Output<KxDataviewSegmentConfigurationArgs>>)
@JvmName(name = "yyrbpfiwdjrrxkyk")
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 = "hmiwmdcbvbhfunuc")
suspend fun segmentConfigurations(argument: List<suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "uplqotwwqkklouqh")
suspend fun segmentConfigurations(vararg argument: suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "aegdfsvfyacepfuo")
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.