edgeTableColumns property

List<String>? edgeTableColumns
getter/setter pair

The referencing columns in the edge table.

The size of edge_table_columns must be equal to the size of node_table_columns.

Required.

Implementation

core.List<core.String>? edgeTableColumns;