Job Load Time Partitioning
data class JobLoadTimePartitioning(val expirationMs: String? = null, val field: String? = null, val type: String)
Properties
Link copied to clipboard
Number of milliseconds for which to keep the storage for a partition. A wrapper is used here because 0 is an invalid value.
Link copied to clipboard
If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED. A wrapper is used here because an empty string is an invalid value.