properties property

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

Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties.

Implementation

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