Package version
EventData is the interface that describes the event data to be sent to Event Hub. A simple instance can be { body: "your-data" }.
EventData
{ body: "your-data" }
The message body that needs to be sent.
Set of key value pairs that can be used to set properties specific to user application.
Generated using TypeDoc
EventData
is the interface that describes the event data to be sent to Event Hub. A simple instance can be{ body: "your-data" }
.