parameters property

Map<String, String>? parameters
getter/setter pair

A map of key value pairs defining the parameters and properties of the open source table.

Corresponds with hive meta store table parameters. Maximum size of 4Mib.

Optional.

Implementation

core.Map<core.String, core.String>? parameters;