DataFlow Class

Definition of which streams are sent to which destinations.

Constructor

DataFlow(*, streams: List[str | _models.KnownDataFlowStreams] | None = None, destinations: List[str] | None = None, transform_kql: str | None = None, output_stream: str | None = None, built_in_transform: str | None = None, capture_overflow: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
streams

List of streams for this data flow.

Default value: None
destinations

List of destinations for this data flow.

Default value: None
transform_kql
str

The KQL query to transform stream data.

Default value: None
output_stream
str

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

Default value: None
built_in_transform
str

The builtIn transform to transform stream data.

Default value: None
capture_overflow

Flag to enable overflow column in LA destinations.

Default value: None

Variables

Name Description
streams

List of streams for this data flow.

destinations

List of destinations for this data flow.

transform_kql
str

The KQL query to transform stream data.

output_stream
str

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

built_in_transform
str

The builtIn transform to transform stream data.

capture_overflow

Flag to enable overflow column in LA destinations.