Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataFlow

Package version

Definition of which streams are sent to which destinations.

Hierarchy

  • DataFlow

Index

Properties

Optional destinations

destinations: string[]

List of destinations for this data flow.

Optional outputStream

outputStream: undefined | string

The output stream of the transform. Only required if the transform changes data to a different stream.

Optional streams

List of streams for this data flow.

Optional transformKql

transformKql: undefined | string

The KQL query to transform stream data.

Generated using TypeDoc