columns property

List<String>? columns
getter/setter pair

The names of the columns in table to be written.

The list of columns must contain enough columns to allow Cloud Spanner to derive values for all primary key columns in the row(s) to be modified.

Implementation

core.List<core.String>? columns;