expirationTime property

String? expirationTime
getter/setter pair

The time when this table expires, in milliseconds since the epoch.

If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.

Implementation

core.String? expirationTime;