DataFlow interface
Definition of which streams are sent to which destinations.
Properties
destinations | List of destinations for this data flow. |
streams | List of streams for this data flow. |
Property Details
destinations
List of destinations for this data flow.
destinations?: string[]
Property Value
string[]
streams
List of streams for this data flow.
streams?: string[]
Property Value
string[]