changeStreamConfig property

ChangeStreamConfig? changeStreamConfig
getter/setter pair

If specified, enable the change stream on this table.

Otherwise, the change stream is disabled and the change stream is not retained.

Implementation

ChangeStreamConfig? changeStreamConfig;