DataFlowDestinationOperationResponse

data class DataFlowDestinationOperationResponse(val dataDestination: String, val endpointRef: String)

DataFlow Destination Operation properties

Constructors

Link copied to clipboard
constructor(dataDestination: String, endpointRef: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.

Link copied to clipboard

Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.