streamViewability config
- type:
- Either
boolean
orviewable(outputStreamName, boolean)
. - examples:
-
config streamViewability: false;
- description:
- Specifies whether a stream is viewable.
The
boolean
value applies to all output streams. If thestreamViewability
config is used in a composite operator, only theboolean
version is valid. To set the default viewability, put thestreamViewability
config on the main composite operator. - default:
true
- where:
- Any operator invocation or composite operator.