outputStreamsMapping property

  1. @TagNumber(7)
Map<String, String> get outputStreamsMapping

Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: output-0: stream-0.

Implementation

@$pb.TagNumber(7)
$core.Map<$core.String, $core.String> get outputStreamsMapping => $_getMap(6);