partitionColumns

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

Parameters

value

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


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


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

Parameters

values

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