retentionPeriod property

String? retentionPeriod
getter/setter pair

The retention period of the change stream.

This is the amount of time a change event is available on the change stream. Must be from 1 to 7 days, inclusive. The retention_period must be in day granularity, i.e. it must be a multiple of 24 hours.

Required.

Implementation

core.String? retentionPeriod;