logTtl property
The TTL of BigQuery tables in user projects which stores logs.
A day is the basic unit of the TTL and we take the ceil of TTL/86400(a day). e.g. { second: 3600} indicates ttl = 1 day.
Implementation
core.String? logTtl;
The TTL of BigQuery tables in user projects which stores logs.
A day is the basic unit of the TTL and we take the ceil of TTL/86400(a day). e.g. { second: 3600} indicates ttl = 1 day.
core.String? logTtl;