DataflowGraphDestinationNodeSettings interface
DataflowGraph destination node settings.
Properties
| data |
Data destination at the endpoint. |
| endpoint |
The name of the DataflowEndpoint resource . |
| headers | Headers for the output data. |
Property Details
dataDestination
Data destination at the endpoint.
dataDestination: string
Property Value
string
endpointRef
The name of the DataflowEndpoint resource .
endpointRef: string
Property Value
string
headers
Headers for the output data.
headers?: DataflowGraphDestinationHeaderActionUnion[]