types property

List<String>? types
getter/setter pair

The type of events to consider when deciding if the table's schema has been modified and should have the profile updated.

Defaults to NEW_COLUMNS.

Implementation

core.List<core.String>? types;