properties property

  1. @TagNumber.new(4)
Map<String, String> get properties

Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".

Implementation

@$pb.TagNumber(4)
$core.Map<$core.String, $core.String> get properties => $_getMap(3);