uniqueKeyParts property

List<String>? uniqueKeyParts
getter/setter pair

A set of columns or SQL expressions used to define row uniqueness.

If any duplicates are discovered (as defined by unique_key_parts), only the newly selected rows (as defined by incremental_select_query) will be included in the relation.

Implementation

core.List<core.String>? uniqueKeyParts;