segmentConfigurations

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


@JvmName(name = "xbbrxqkrcgumjqrn")
suspend fun segmentConfigurations(values: List<Output<KxDataviewSegmentConfigurationArgs>>)
@JvmName(name = "yxiweybpdrteypca")
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 = "scyvajgmxuxtcsna")
suspend fun segmentConfigurations(argument: List<suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "tgdvmixcyvcfgrfj")
suspend fun segmentConfigurations(vararg argument: suspend KxDataviewSegmentConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "sukqwgqkhhvwvsor")
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.