TableRangePartitioning

data class TableRangePartitioning(val field: String, val range: TableRangePartitioningRange)

Constructors

Link copied to clipboard
constructor(field: String, range: TableRangePartitioningRange)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.