logTtl property
Duration?
logTtl
final
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
final protobuf.Duration? logTtl;