defaultPartitionExpirationMs property
This default partition expiration, expressed in milliseconds.
When new time-partitioned tables are created in a dataset where this
property is set, the table will inherit this value, propagated as the
TimePartitioning.expirationMs
property on the new table. If you set
TimePartitioning.expirationMs
explicitly when creating a table, the
defaultPartitionExpirationMs
of the containing dataset is ignored. When
creating a partitioned table, if defaultPartitionExpirationMs
is set,
the defaultTableExpirationMs
value is ignored and the table will not be
inherit a table expiration deadline.
Implementation
core.String? defaultPartitionExpirationMs;