blockSizeMb

@JsonPropertyDescription(value = "This is the size of a row group being buffered in memory. It limits the memory usage when writing. Larger values will improve the IO when reading, but consume more memory when writing. Default: 128 MB.")
val blockSizeMb: Int? = 128