TableRangePartitioningRangeArgs

data class TableRangePartitioningRangeArgs(val end: Output<Int>, val interval: Output<Int>, val start: Output<Int>) : ConvertibleToJava<TableRangePartitioningRangeArgs>

Constructors

Link copied to clipboard
constructor(end: Output<Int>, interval: Output<Int>, start: Output<Int>)

Properties

Link copied to clipboard
val end: Output<Int>

End of the range partitioning, exclusive.

Link copied to clipboard
val interval: Output<Int>

The width of each range within the partition.

Link copied to clipboard
val start: Output<Int>

Start of the range partitioning, inclusive.

Functions

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