TableRangePartitioningArgs

data class TableRangePartitioningArgs(val field: Output<String>, val range: Output<TableRangePartitioningRangeArgs>) : ConvertibleToJava<TableRangePartitioningArgs>

Constructors

Link copied to clipboard
constructor(field: Output<String>, range: Output<TableRangePartitioningRangeArgs>)

Properties

Link copied to clipboard
val field: Output<String>

The field used to determine how to create a range-based partition.

Link copied to clipboard

Information required to partition based on ranges. Structure is documented below.

Functions

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