partitionColumns

@JvmName(name = "trfoyqnnjsonwcgk")
suspend fun partitionColumns(value: Output<List<String>>)
@JvmName(name = "rgwiskkeomoiehpv")
suspend fun partitionColumns(value: List<String>?)

Parameters

value

The names of one or more partition columns for the output of the job.


@JvmName(name = "hjmieptekhrkcfai")
suspend fun partitionColumns(vararg values: Output<String>)


@JvmName(name = "hwrcqjwrivqjbpms")
suspend fun partitionColumns(values: List<Output<String>>)
@JvmName(name = "rakeiicprosewqfm")
suspend fun partitionColumns(vararg values: String)

Parameters

values

The names of one or more partition columns for the output of the job.