Table Time Partitioning Args
data class TableTimePartitioningArgs(val expirationMs: Output<Int>? = null, val field: Output<String>? = null, val requirePartitionFilter: Output<Boolean>? = null, val type: Output<String>) : ConvertibleToJava<TableTimePartitioningArgs>
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.