pageSizeBytes

@JvmName(name = "vdkrmhgyeqfugrja")
suspend fun pageSizeBytes(value: Output<Int>)
@JvmName(name = "iwfmwgqrqfbnymge")
suspend fun pageSizeBytes(value: Int?)

Parameters

value

The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.