fixed Size Chunking Configuration
suspend fun fixedSizeChunkingConfiguration(value: Output<DataSourceFixedSizeChunkingConfigurationArgs>)
Parameters
value
Configurations for when you choose fixed-size chunking. If you set the chunkingStrategy
as NONE
, exclude this field.
suspend fun fixedSizeChunkingConfiguration(argument: suspend DataSourceFixedSizeChunkingConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configurations for when you choose fixed-size chunking. If you set the chunkingStrategy
as NONE
, exclude this field.