Class ChangeStreamConfig (2.32.0)

ChangeStreamConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Change stream configuration.

Attribute

Name Description
retention_period google.protobuf.duration_pb2.Duration
How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.