Table Time Partitioning
data class TableTimePartitioning(val expirationMs: Int? = null, val field: String? = null, val requirePartitionFilter: Boolean? = null, val type: String)
Properties
Link copied to clipboard
Number of milliseconds for which to keep the storage for a partition.
Link copied to clipboard
If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified. require_partition_filter
is deprecated and will be removed in a future major release. Use the top level field with the same name instead.