retentionDays property

int? retentionDays
getter/setter pair

Logs will be retained by default for this amount of time, after which they will automatically be deleted.

The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used.

Optional.

Implementation

core.int? retentionDays;