default Table Expiration Ms
Parameters
value
The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime
property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime
for a given table is reached, that table will be deleted automatically. If a table's expirationTime
is modified or removed before the table expires, or if you provide an explicit expirationTime
when creating a table, that value takes precedence over the default expiration time indicated by this property.