entityIdColumns property

List<String>? entityIdColumns
getter/setter pair

Columns to construct entity_id / row keys.

Currently only supports 1 entity_id_column. If not provided defaults to entity_id.

Optional.

Implementation

core.List<core.String>? entityIdColumns;