GetDataCollectionRuleDataFlow

data class GetDataCollectionRuleDataFlow(val builtInTransform: String, val destinations: List<String>, val outputStream: String, val streams: List<String>, val transformKql: String)

Constructors

Link copied to clipboard
constructor(builtInTransform: String, destinations: List<String>, outputStream: String, streams: List<String>, transformKql: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The built-in transform to transform stream data.

Link copied to clipboard

Specifies a list of destination names. A azure_monitor_metrics data source only allows for stream of kind Microsoft-InsightsMetrics.

Link copied to clipboard

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

Link copied to clipboard

Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.

Link copied to clipboard

The KQL query to transform stream data.