parameters property

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

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

Corresponds with Hive metastore table parameters. Maximum size of 4MiB.

Optional.

Implementation

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