Values.InputParallelismSourceDescribes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.
type nonrec t = {count : InputParallelismCount.t option;Number of in-application streams to create. For more information, see Limits.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of InputParallelismCount.t ]) list ]