properties property

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

Configuration properties as a set of key/value pairs, which will be passed on to the Spark application.

For more information, see Apache Spark and the procedure option list.

Implementation

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