DataflowGraphDestinationAddOrReplaceHeaderAction interface
DataflowGraph Destination Add or Replace HeaderAction properties.
Properties
| action |
The discriminator possible values: AddIfNotPresent, Remove, AddOrReplace |
| key | The name of the header to add or replace. |
| value | The value of the header to add or replace. |
Property Details
actionType
The discriminator possible values: AddIfNotPresent, Remove, AddOrReplace
actionType: "AddOrReplace"
Property Value
"AddOrReplace"
key
The name of the header to add or replace.
key: string
Property Value
string
value
The value of the header to add or replace.
value: string
Property Value
string