multiplexer params Schema #
undefined#/properties/postProcess/items/allOf/22/properties/params
Parameters to be passed to the multiplexer module
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object (multiplexer params)
multiplexer params Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| mode | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| dataSource | Merged | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| postProcess | array |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| pipeline | array |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
mode #
Enumeration of strings with constraints below
mode
mode Constraints #
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"live" |
|
"monotonic" |
dataSource #
dataSource TODO
dataSource
- is optional
- type: merged type (dataSource)
- cannot be null
- defined in: dataSource
postProcess #
postProcess TODO
postProcess
- is optional
- type:
array(postProcess) - cannot be null
- defined in: postProcess
pipeline #
pipeline TODO
pipeline