RangePartitioningArgs

data class RangePartitioningArgs(val field: Output<String>? = null, val range: Output<RangePartitioningRangeArgs>? = null) : ConvertibleToJava<RangePartitioningArgs>

Constructors

Link copied to clipboard
fun RangePartitioningArgs(field: Output<String>? = null, range: Output<RangePartitioningRangeArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RangePartitioningArgs

Properties

Link copied to clipboard
val field: Output<String>? = null

Required The table is partitioned by this field. The field must be a top-level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64.

Link copied to clipboard
val range: Output<RangePartitioningRangeArgs>? = null

Required Defines the ranges for range partitioning.